Module: UnitsTime
- Defined in:
- lib/units-time/version.rb
Constant Summary collapse
Class Method Summary collapse
Class Method Details
.banner ⇒ Object
14 15 16 |
# File 'lib/units-time/version.rb', line 14 def self. "units-time/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]" end |
.root ⇒ Object
18 19 20 |
# File 'lib/units-time/version.rb', line 18 def self.root "#{File.( File.dirname(File.dirname(File.dirname(__FILE__))) )}" end |
.version ⇒ Object
10 11 12 |
# File 'lib/units-time/version.rb', line 10 def self.version VERSION end |