Class: ExtendedEmailReplyParser::Parsers::Github

Inherits:
Base
  • Object
show all
Defined in:
lib/extended_email_reply_parser/parsers/github.rb

Instance Attribute Summary

Attributes inherited from Base

#text

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

#parseObject



5
6
7
# File 'lib/extended_email_reply_parser/parsers/github.rb', line 5

def parse
  EmailReplyParser.parse_reply text
end