Class: Date

Inherits:
Object
  • Object
show all
Defined in:
lib/i18n-complements/core_extension.rb

Instance Method Summary collapse

Instance Method Details

#localize(options = {}) ⇒ Object Also known as: l



52
53
54
# File 'lib/i18n-complements/core_extension.rb', line 52

def localize(options = {})
  I18n.localize(self, options)
end