Method: Comparison::Comparator#difference
- Defined in:
- lib/comparison/comparator.rb
#difference ⇒ Object
Returns the difference between @value and @other.
29 30 31 |
# File 'lib/comparison/comparator.rb', line 29 def difference value - other end |