Flowdock
method

_load

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: Time
_load(marshaled_time) 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/core_ext/time.rb, line 16
      def _load(marshaled_time)
        time = _original_load(marshaled_time)
        utc = time.instance_variable_get('@marshal_with_utc_coercion')
        utc ? time.utc : time
      end
Register or log in to add new notes.