# File lib/skeleton/structure.rb, line 88
    def produce(*types)
      types.flatten.each { |t| produces.add(t.to_s) }
    end