method

matches?

rspec latest stable - Class: Spec::Matchers::Be
matches?(actual)
public

No documentation available.

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