class Mail::PartsList

def map!

def map!
  raise NoMethodError, "#map! is not defined, please call #collect and create a new PartsList"
end