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