Libraries
»
jgoizueta/flt
(master)
»
Index (R)
»
Rational
Class: Rational
Inherits:
Object
Object
Rational
show all
Defined in:
lib/flt/sugar.rb
Instance Method Summary
collapse
#
split
⇒ Object
Instance Method Details
#
split
⇒
Object
89 90 91
# File 'lib/flt/sugar.rb', line 89
def
split
[
numerator
,
denominator
]
end