Class: QuoteMatcher

Inherits:
Object
  • Object
show all
Defined in:
lib/email_reply_trimmer/quote_matcher.rb

Class Method Summary collapse

Class Method Details

.match?(line) ⇒ Boolean

Returns:



4
5
6
# File 'lib/email_reply_trimmer/quote_matcher.rb', line 4

def self.match?(line)
  line =~ /^[[:blank:]]*>/
end