Class: DebugHash

Inherits:
Hash
  • Object
show all
Defined in:
lib/dmorrill10-utils/debug_hash.rb

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ DebugHash

Returns a new instance of DebugHash.



5
6
7
8
9
# File 'lib/dmorrill10-utils/debug_hash.rb', line 5

def initialize(hash)
  @value = hash

  super @value
end