# File lib/bee.rb, line 378
    def initialize(build)
      @build = build
      @hash = {}
      @already_run = []
    end