class TZInfo::TimezoneProxy
def self._load(data)
-
(TimezoneProxy)
- the result of converting `data` back into a
Parameters:
-
data
(String
) -- a serialized representation of a {TimezoneProxy}.
def self._load(data) TimezoneProxy.new(data) end