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