class Mail::Matchers::AnyAttachmentMatcher

Public Instance Methods

===(other) click to toggle source
# File lib/mail/matchers/attachment_matchers.rb, line 17
def ===(other)
  other.attachment?
end