Class: Typeconv
- Inherits:
-
Object
- Object
- Typeconv
- Defined in:
- lib/typeconv/version.rb
Constant Summary collapse
Class Method Summary collapse
Class Method Details
.banner ⇒ Object
15 16 17 |
# File 'lib/typeconv/version.rb', line 15 def self. "typeconv/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]" end |
.root ⇒ Object
19 20 21 |
# File 'lib/typeconv/version.rb', line 19 def self.root "#{File.( File.dirname(File.dirname(File.dirname(__FILE__))) )}" end |
.version ⇒ Object
11 12 13 |
# File 'lib/typeconv/version.rb', line 11 def self.version VERSION end |