class Mail::ContentTypeElement

def cleaned(string)

def cleaned(string)
  if string =~ /;\s*$/
    $`
  else
    string
  end
end