class Rational

Public Instance Methods

to_fraction() click to toggle source
# File lib/primitive_wrapper.rb, line 888
def to_fraction
  Fraction.new(self)
end