class Mail::ContentDispositionElement

def cleaned(string)

def cleaned(string)
  string =~ /(.+);\s*$/ ? $1 : string
end