class ExtendedEmailReplyParser::Parsers::Github

Public Instance Methods

parse() click to toggle source
# File lib/extended_email_reply_parser/parsers/github.rb, line 5
def parse
  EmailReplyParser.parse_reply text
end