Libraries
»
M500
(0.9.4)
»
Index
»
Quotient
»
#to_f
Method: Quotient#to_f
Defined in:
lib/m500.rb
#
to_f
⇒
Object
1699 1700 1701
# File 'lib/m500.rb', line 1699
def
to_f
@numerator
.
to_f
/
@denominator
.
to_f
end