matches?(actual)
No documentation available.
# File lib/spec/matchers/be.rb, line 39 def matches?(actual) @actual = actual !!@actual end