class ExtendedEmailReplyParser::Parsers::I18nEn

Public Instance Methods

parse() click to toggle source
# File lib/extended_email_reply_parser/parsers/i18n_en.rb, line 4
def parse
  except_in_visible_block_quotes do
    hide_everything_after ["From: ", "Sent: ", "To: "]
  end
end