# File lib/standard/facets/hash_builder.rb, line 11 def initialize(hash={}, &block) @hash = hash case block.arity when 0 instance_eval(&block) else block.call(self) end end