# File lib/mspec/matchers/respond_to.rb, line 21
21:   def respond_to(expected)
22:     RespondToMatcher.new(expected)
23:   end