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