# File lib/rspec/matchers/matcher.rb, line 226 def respond_to?(method, include_private=false) super || matcher_execution_context.respond_to?(method, include_private) end