Class: ExtendedEmailReplyParser::Parsers::I18nEn
- Defined in:
- lib/extended_email_reply_parser/parsers/i18n_en.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
add_quote_header_regex, #except_in_visible_block_quotes, #hide_everything_after, #initialize, quote_header_regexes, #remove_empty_lines_between_block_quote_lines, subclasses
Constructor Details
This class inherits a constructor from ExtendedEmailReplyParser::Parsers::Base
Instance Method Details
#parse ⇒ Object
4 5 6 7 8 |
# 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 |