# File lib/seed-fu/block_hash.rb, line 4
    def initialize(proc)
      @hash = {}
      proc.call(self)
    end