Libraries
»
primitive_wrapper
(2.3.0)
»
Index (R)
»
Rational
Class: Rational
Inherits:
Object
Object
Rational
show all
Defined in:
lib/primitive_wrapper.rb
Instance Method Summary
collapse
#
to_fraction
⇒ Object
Instance Method Details
#
to_fraction
⇒
Object
888 889 890
# File 'lib/primitive_wrapper.rb', line 888
def
to_fraction
Fraction
.
new
(
self
)
end