class Symbol
Public Instance Methods
to_currency()
click to toggle source
# File lib/i18n/complements/core_extension.rb, line 25 def to_currency I18n.currencies(to_s) end
translate(options = {})
click to toggle source
# File lib/i18n/complements/core_extension.rb, line 20 def translate(options = {}) I18n.translate(self, options) end
Also aliased as: t