Class: NeoCrime::RecursiveHash

Inherits:
Hash
  • Object
show all
Defined in:
lib/neocrime/recursivehash.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeRecursiveHash

:nodoc:



43
44
45
# File 'lib/neocrime/recursivehash.rb', line 43

def initialize #:nodoc:
    super { |hash, key| hash[key] = NeoCrime::RecursiveHash.new }
end