# File lib/email_spec/matchers.rb, line 14 def initialize(email) @expected_reply_to = Mail::ReplyToField.new(email).addrs.first end