= private = protected
new(name)
Return a TimeZone instance with the given name, or nil if no such TimeZone instance exists. (This exists to support the use of this class with the composed_of macro.)
# File activesupport/lib/active_support/values/time_zone.rb, line 326 def new(name) self[name] end