Method: TZInfo::TimezoneInfo#create_timezone
- Defined in:
- lib/tzinfo/timezone_info.rb
#create_timezone ⇒ Object
Constructs a Timezone instance for the timezone represented by this TimezoneInfo.
20 21 22 |
# File 'lib/tzinfo/timezone_info.rb', line 20 def create_timezone raise_not_implemented('create_timezone') end |