Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/yodel/types/time.rb
Instance Method Summary collapse
Instance Method Details
#to_json(*a) ⇒ Object
2 3 4 |
# File 'lib/yodel/types/time.rb', line 2 def to_json(*a) "new Date(#{year}, #{month}, #{day}, #{hour}, #{min}, #{sec})".to_json(*a) end |