class QuoteMatcher

Public Class Methods

match?(line) click to toggle source
# File lib/email_reply_trimmer/quote_matcher.rb, line 3
def self.match?(line)
  line =~ /^[[:blank:]]*>/
end