class RSpec::Matchers::MatcherDelegator
def respond_to?(name, include_all=false)
def respond_to?(name, include_all=false) super || base_matcher.respond_to?(name, include_all) end
def respond_to?(name, include_all=false) super || base_matcher.respond_to?(name, include_all) end