# File lib/mspec/matchers/respond_to.rb, line 6 6: def matches?(actual) 7: @actual = actual 8: @actual.respond_to?(@expected) 9: end