method

predicate

predicate()
private

No documentation available.

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