Module: Pixelart::Module::Readymades

Defined in:
lib/readymades/version.rb

Constant Summary collapse

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

Class Method Summary collapse

Class Method Details



16
17
18
# File 'lib/readymades/version.rb', line 16

def self.banner
  "readymades/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}] in (#{root})"
end

.rootObject



20
21
22
# File 'lib/readymades/version.rb', line 20

def self.root
  File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )
end

.versionObject



12
13
14
# File 'lib/readymades/version.rb', line 12

def self.version
  VERSION
end