class EventMachine::Iterator

def next

def next
  raise NoMethodError, 'must call #return on a map iterator'
end