method
comparison_method
1.2.8 -
Show latest stable
- Class:
Spec::Matchers::Be
comparison_method()private
No documentation available.
# File lib/spec/matchers/be.rb, line 80
def comparison_method
@comparison_method || :equal?
end