method
lookup
v4.0.2 -
Show latest stable
- Class:
ActiveSupport::TimeZone
lookup(name)private
No documentation available.
# File activesupport/lib/active_support/values/time_zone.rb, line 410
def lookup(name)
(tzinfo = find_tzinfo(name)) && create(tzinfo.name.freeze)
end