Class: NeoCrime::RecursiveHash
- Inherits:
-
Hash
- Object
- Hash
- NeoCrime::RecursiveHash
- Defined in:
- lib/neocrime/recursivehash.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize ⇒ RecursiveHash
constructor
:nodoc:.
Constructor Details
#initialize ⇒ RecursiveHash
:nodoc:
43 44 45 |
# File 'lib/neocrime/recursivehash.rb', line 43 def initialize #:nodoc: super { |hash, key| hash[key] = NeoCrime::RecursiveHash.new } end |