method
predicate
1.3.1 -
Show 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 predicate()No documentation available.
# File lib/spec/matchers/be.rb, line 157
def predicate
"#{@expected}?".to_sym
end