Module: ConfUtils

Defined in:
lib/props/env.rb,
lib/props/ini.rb,
lib/props/props.rb,
lib/props/version.rb

Defined Under Namespace

Classes: Env, IniFile, Props

Constant Summary collapse

MAJOR =

todo: namespace inside version or something - why? why not??

1
MINOR =
1
PATCH =
2
VERSION =
[MAJOR,MINOR,PATCH].join('.')

Class Method Summary collapse

Class Method Details



14
15
16
17
# File 'lib/props/version.rb', line 14

def self.banner
  # todo: add RUBY_PATCHLEVEL or RUBY_PATCH_LEVEL??
  "confutils/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]"
end

.rootObject



19
20
21
# File 'lib/props/version.rb', line 19

def self.root
  "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}"
end

.versionObject



10
11
12
# File 'lib/props/version.rb', line 10

def self.version
  VERSION
end