class ActiveSupport::TimeZone

def new(name)

this class with the +composed_of+ macro.)
such TimeZone instance exists. (This exists to support the use of
Returns a TimeZone instance with the given name, or +nil+ if no
def new(name)
  self[name]
end