module Copycats

todo: rename file from kitty.rb to models.rb - why? why not?

keep all models together in a single file? - why? why not?

Constants

MAJOR
MINOR
PATCH
VERSION

Public Class Methods

banner() click to toggle source
main() click to toggle source

add command line binary (tool) e.g. $ try kitty -h

# File lib/copycats.rb, line 69
def self.main
 Tool.new.run( ARGV )
end
root() click to toggle source
# File lib/copycats/version.rb, line 19
def self.root
  "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}"
end
version() click to toggle source
# File lib/copycats/version.rb, line 11
def self.version
  VERSION
end