Object
Open Symbol to add new methods.
Converts the current symbol into a Currency object.
@return [Money::Currency]
@raise [Money::Currency::UnknownCurrency]
If this String reference an unknown currency.
@example
:ars.to_currency #=> #<Money::Currency id: ars>
# File lib/money/core_extensions.rb, line 78 def to_currency Money::Currency.new(self) end
Generated with the Darkfish Rdoc Generator 2.