Module: PWN::Blockchain

Defined in:
lib/pwn/blockchain.rb,
lib/pwn/blockchain/btc.rb,
lib/pwn/blockchain/eth.rb

Overview

This file, using the autoload directive loads Blockchain modules into memory only when they’re needed. For more information, see: www.rubyinside.com/ruby-techniques-revealed-autoload-1652.html

Defined Under Namespace

Modules: BTC, ETH

Class Method Summary collapse

Class Method Details

.authorsObject

Author(s)

0day Inc. <support@0dayinc.com>



15
16
17
# File 'lib/pwn/blockchain.rb', line 15

public_class_method def self.authors
  "AUTHOR(S):\n  0day Inc. <support@0dayinc.com>\n"
end

.helpObject



19
20
21
# File 'lib/pwn/blockchain.rb', line 19

public_class_method def self.help
  constants.sort
end