= private = protected
to_r()
Returns a Rational representation of this integer.
# File lib/rational.rb, line 456 def to_r Rational(self, 1) end