Object
# File lib/mail/matchers/attachment_matchers.rb, line 24 def ===(other) other.attachment? && other.filename == filename end
# File lib/mail/matchers/attachment_matchers.rb, line 20 def initialize(filename) @filename = filename end