# File lib/hashery/casting_hash.rb, line 34 def initialize(default=nil, &cast_proc) @cast_proc = cast_proc super(default, &nil) end