# File lib/more/facets/hashbuilder.rb, line 55 def initialize( blockstr=nil, &block ) @hash = {} @flag = {} build!( blockstr, &block ) end