method
matches?
matches?(actual)
public
Hide source
# File lib/spec/matchers/be.rb, line 39 def matches?(actual) @actual = actual !!@actual end