module Mooncats

Constants

FACES
FACINGS
FURS
MAJOR
MINOR
OLD_FACES
OLD_FURS
PATCH
POSES

wrap metadata (e.g. pose, fur, facing, color, etc.)

in structs for easy/easier access)
VERSION

Public Class Methods

banner() click to toggle source
main( args=ARGV ) click to toggle source
# File lib/mooncats.rb, line 87
def self.main( args=ARGV )
  Tool.new.run( args )
end
root() click to toggle source
# File lib/mooncats/version.rb, line 17
def self.root
  File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )
end
version() click to toggle source
# File lib/mooncats/version.rb, line 9
def self.version
  VERSION
end