Module: Cryptopunks
- Defined in:
- lib/cryptopunks.rb,
lib/cryptopunks/version.rb
Defined Under Namespace
Constant Summary collapse
Class Method Summary collapse
Class Method Details
.banner ⇒ Object
14 15 16 |
# File 'lib/cryptopunks/version.rb', line 14 def self. "cryptopunks/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}] in (#{root})" end |
.main(args = ARGV) ⇒ Object
167 168 169 |
# File 'lib/cryptopunks.rb', line 167 def self.main( args=ARGV ) Tool.new.run( args ) end |
.root ⇒ Object
18 19 20 |
# File 'lib/cryptopunks/version.rb', line 18 def self.root File.( File.dirname(File.dirname(File.dirname(__FILE__))) ) end |
.version ⇒ Object
10 11 12 |
# File 'lib/cryptopunks/version.rb', line 10 def self.version VERSION end |