# File lib/rational.rb, line 508
  def quo(other)
    Rational.new!(self,1) / other
  end