# File lib/hashery/open_hash.rb, line 33 def initialize(default=nil, safe=false, &block) @safe = safe super(*[default].compact, &block) end