Class: DebugHash
- Inherits:
-
Hash
- Object
- Hash
- DebugHash
- Defined in:
- lib/dmorrill10-utils/debug_hash.rb
Instance Method Summary collapse
-
#initialize(hash) ⇒ DebugHash
constructor
A new instance of DebugHash.
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 |