Module: Mono::Module
- Defined in:
- lib/mono/version.rb
Class Method Summary collapse
-
.banner ⇒ Object
note: move root to its own namespace to avoid conflict with Mono.root!!!!.
- .root ⇒ Object
Class Method Details
.banner ⇒ Object
note: move root to its own namespace to avoid
conflict with Mono.root!!!!
19 20 21 |
# File 'lib/mono/version.rb', line 19 def self. "monos/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]" end |
.root ⇒ Object
23 24 25 |
# File 'lib/mono/version.rb', line 23 def self.root File.( File.dirname(File.dirname(__FILE__) )) end |