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
5 6 7 8 |
# File 'lib/dm_ruby_extensions/extend_time.rb', line 5 def localize( = {}) = {:format => } if .class == String I18n.localize(self, ) end |