Module: Cyberpunks
- Defined in:
- lib/cyberpunks.rb,
lib/cyberpunks/version.rb
Overview
add convenience pre-configurated generatored with build-in spritesheet (see config)
Defined Under Namespace
Classes: Image, Spritesheet
Constant Summary collapse
- SpriteSheet =
add convenience (alternate spelling) alias - why? why not?
Spritesheet- Sheet =
Spritesheet- Sprite =
Spritesheet- MAJOR =
0- MINOR =
2- PATCH =
0- VERSION =
[MAJOR,MINOR,PATCH].join('.')
Class Method Summary collapse
Class Method Details
.banner ⇒ Object
14 15 16 |
# File 'lib/cyberpunks/version.rb', line 14 def self. "cyberpunks/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}] in (#{root})" end |
.root ⇒ Object
18 19 20 |
# File 'lib/cyberpunks/version.rb', line 18 def self.root File.( File.dirname(File.dirname(File.dirname(__FILE__))) ) end |
.version ⇒ Object
10 11 12 |
# File 'lib/cyberpunks/version.rb', line 10 def self.version VERSION end |