Class: Mail::Matchers::AnyAttachmentMatcher

Inherits:
Object
  • Object
show all
Defined in:
lib/mail/matchers/attachment_matchers.rb

Instance Method Summary collapse

Instance Method Details

#===(other) ⇒ Object



17
18
19
# File 'lib/mail/matchers/attachment_matchers.rb', line 17

def ===(other)
  other.attachment?
end