# File lib/rspec/matchers/built_in/base_matcher.rb, line 23 def matches?(actual) @actual = actual match(expected, actual) end