Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/elastomer_client/core_ext/time.rb
Instance Method Summary collapse
Instance Method Details
#to_json(ignore = nil) ⇒ Object
6 7 8 |
# File 'lib/elastomer_client/core_ext/time.rb', line 6 def to_json(ignore = nil) %Q["#{self.iso8601(3)}"] end |