# File lib/mspec/matchers/respond_to.rb, line 2
2:   def initialize(expected)
3:     @expected = expected
4:   end