Method: Psych::JSON::RubyEvents#visit_DateTime
- Defined in:
- lib/psych/json/ruby_events.rb
#visit_DateTime(o) ⇒ Object
9 10 11 |
# File 'lib/psych/json/ruby_events.rb', line 9 def visit_DateTime o visit_Time o.to_time end |
9 10 11 |
# File 'lib/psych/json/ruby_events.rb', line 9 def visit_DateTime o visit_Time o.to_time end |