Libraries
»
coinage
(0.2.0)
»
Index (S)
»
String
Class: String
Inherits:
Object
Object
String
show all
Defined in:
lib/coinage/core_ext/string.rb
Instance Method Summary
collapse
#
to_money
⇒ Object
Instance Method Details
#
to_money
⇒
Object
3 4 5
# File 'lib/coinage/core_ext/string.rb', line 3
def
to_money
Money
.
new
(
self
)
end