method

comparison_method

1.1.12 - Show latest stable - Class: Spec::Matchers::Be
comparison_method()
private

No documentation available.

# File lib/spec/matchers/be.rb, line 72
        def comparison_method
          @comparison_method || :equal?
        end