module ActionText::PlainTextConversion

def remove_trailing_newlines(text)

def remove_trailing_newlines(text)
  text.chomp("")
end