class MagicHash
Constants
- VERSION
Public Class Methods
new()
click to toggle source
# File lib/magic_hash.rb, line 4 def self.new() Hash.new(&(p = lambda{|hsh, key| hsh[key] = Hash.new(&p)})) end
# File lib/magic_hash.rb, line 4 def self.new() Hash.new(&(p = lambda{|hsh, key| hsh[key] = Hash.new(&p)})) end