= private = protected
hash()
Returns a hash code for the object.
# File lib/rational.rb, line 395 def hash @numerator.hash ^ @denominator.hash end