Class: Precursor::HashVault

Inherits:
Vault
  • Object
show all
Defined in:
lib/hash_vault.rb

Instance Method Summary collapse

Methods inherited from Vault

#key?, #value

Constructor Details

#initialize(hash) ⇒ HashVault

Returns a new instance of HashVault.



7
8
9
# File 'lib/hash_vault.rb', line 7

def initialize(hash)
  @store = hash
end