# File lib/facets/more/hashbuilder.rb, line 36
  def self.build( blockstr=nil, &block )
    self.new.build( blockstr, &block ).to_h
  end