Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/dm_ruby_extensions/extend_time.rb
Overview
Instance Method Summary collapse
-
#localize(options = {}) ⇒ Object
——————————————————————————.
Instance Method Details
#localize(options = {}) ⇒ Object
6 7 8 9 |
# File 'lib/dm_ruby_extensions/extend_time.rb', line 6 def localize( = {}) = { format: } if .instance_of?(String) I18n.localize(self, **) end |