Libraries
»
amount
(1.0.0)
»
Index (S)
»
String
Class: String
Inherits:
Object
Object
String
show all
Defined in:
lib/amount.rb
Instance Method Summary
collapse
#
to_amount
⇒ Object
Instance Method Details
#
to_amount
⇒
Object
153 154 155
# File 'lib/amount.rb', line 153
def
to_amount
Amount
.
parse
self
end