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