Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/i18n/complements/core_extension.rb
Instance Method Summary collapse
- #localize(options = {}) ⇒ Object (also: #l)
Instance Method Details
#localize(options = {}) ⇒ Object Also known as: l
45 46 47 |
# File 'lib/i18n/complements/core_extension.rb', line 45 def localize( = {}) I18n.localize(self, ) end |