method
marshal_load

marshal_load(variables)
public
Hide source
# File activesupport/lib/active_support/time_with_zone.rb, line 249 def marshal_load(variables) initialize(variables[0], ::Time.send!(:get_zone, variables[1]), variables[2]) end