# File lib/sup/util.rb, line 633
  def initialize &b
    @constructor = b
    @hash = Hash.new
  end