class Mail::Matchers::AnyAttachmentMatcher
Public Instance Methods
===(other)
click to toggle source
# File lib/mail/matchers/attachment_matchers.rb, line 12 def ===(other) other.attachment? end