method
matches?

matches?(actual)
public
Hide source
# File lib/spec/matchers/simple_matcher.rb, line 11 def matches?(actual) @actual = actual return @match_block.call(@actual) end