# File lib/spec/matchers/matcher.rb, line 22 def matches?(actual) @actual = actual instance_exec(@actual, &@match_block) end