Method: Compact::Ledger#initialize
- Defined in:
- lib/compact/ledger.rb
#initialize ⇒ Ledger
Returns a new instance of Ledger.
4 5 6 |
# File 'lib/compact/ledger.rb', line 4 def initialize @contracts = {} end |
Returns a new instance of Ledger.
4 5 6 |
# File 'lib/compact/ledger.rb', line 4 def initialize @contracts = {} end |