method
compare_to
1.1.12 -
Show latest stable
- Class:
Spec::Matchers::Be
compare_to(expected, opts)private
No documentation available.
# File lib/spec/matchers/be.rb, line 80
def compare_to(expected, opts)
@expected, @comparison_method = expected, opts[:using]
end