method

predicate

rspec latest stable - Class: Spec::Matchers::BePredicate
predicate()
private

No documentation available.

# File lib/spec/matchers/be.rb, line 157
      def predicate
        "#{@expected}?".to_sym
      end