# File lib/rational.rb, line 395
  def hash
    @numerator.hash ^ @denominator.hash
  end