Method: Quotient#hash

Defined in:
lib/m500.rb

#hashObject



1758
1759
1760
# File 'lib/m500.rb', line 1758

def hash
  @numerator.hash ^ @denominator.hash ^ @abs.hash
end