Class: VaultedBilling::ChainableHash

Inherits:
Hash
  • Object
show all
Defined in:
lib/vaulted_billing/chainable_hash.rb

Instance Method Summary collapse

Constructor Details

#initializeChainableHash

Returns a new instance of ChainableHash.



3
4
5
# File 'lib/vaulted_billing/chainable_hash.rb', line 3

def initialize
  super { |hash, key| ChainableHash.new }
end