method
comparison
1.1.12 -
Show latest stable
- Class:
Spec::Matchers::Be
comparison()private
No documentation available.
# File lib/spec/matchers/be.rb, line 139
def comparison
@comparison_method.nil? ? " " : "be #{@comparison_method.to_s} "
end