module GittiCore
note: use a different module for version (meta) info
that is, GittiCore and NOT Gitti why? do NOT "pollute" Gitti with MAJOR, MINOR, PATH, and self.banner, self.root, etc.
Constants
- MAJOR
- MINOR
- PATCH
- VERSION
Public Class Methods
root()
click to toggle source
# File lib/gitti/version.rb, line 22 def self.root File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) ) end
version()
click to toggle source
# File lib/gitti/version.rb, line 14 def self.version VERSION end