Module: QuoteMatcher
- Defined in:
- lib/runger_email_reply_trimmer/quote_matcher.rb
Class Method Summary collapse
Class Method Details
.match?(line) ⇒ Boolean
6 7 8 |
# File 'lib/runger_email_reply_trimmer/quote_matcher.rb', line 6 def match?(line) line =~ /^[[:blank:]]*>/ end |