class EmailReplyParser::Fragment

Public Instance Methods

content=(new_content) click to toggle source
# File lib/extended_email_reply_parser/email_reply_parser/fragment.rb, line 4
def content=(new_content)
  @content = new_content
end