Flowdock
method

init_with

Importance_0
v4.2.9 - Show latest stable - 0 notes - Class: ActiveSupport::TimeWithZone
init_with(coder) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/time_with_zone.rb, line 164
    def init_with(coder) #:nodoc:
      initialize(coder['utc'], coder['zone'], coder['time'])
    end
Register or log in to add new notes.