module Cryptopunks

forward define superclass for image

Constants

ACCESSORY_TYPES

87 attributes / accessories

note: does NOT include 5 punk types (that is, alien, ape, zombie, female, male)

MAJOR
MINOR
PATCH
TYPES

5 punk types

VERSION

Public Class Methods

banner() click to toggle source
main( args=ARGV ) click to toggle source
# File lib/cryptopunks.rb, line 108
def self.main( args=ARGV )
  Tool.new.run( args )
end
root() click to toggle source
# File lib/cryptopunks/version.rb, line 18
def self.root
  File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )
end
version() click to toggle source
# File lib/cryptopunks/version.rb, line 10
def self.version
  VERSION
end