= private = protected
This method is deprecated or moved on the latest stable version. The last existing version (v2.0.3) is shown here.
These similar methods exist in v7.1.3.2:
create(name, offset)
Create a new TimeZone instance with the given name and offset.
# File activesupport/lib/active_support/values/time_zone.rb, line 78 def create(name, offset) zone = allocate zone.send!(:initialize, name, offset) zone end