# File lib/map_reduce.rb, line 65
  def spool=(type, input)
    self.type = type
    self.input = input
  end