Module: TZInfo::Format2::TimezoneDefinition::ClassMethods
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/tzinfo-2.0.5/lib/tzinfo/format2/timezone_definition.rb
Overview
Class methods for inclusion.
Instance Method Summary collapse
-
#get ⇒ TimezoneInfo
The last time zone to be defined.
Instance Method Details
#get ⇒ TimezoneInfo
Returns the last time zone to be defined.
23 24 25 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/tzinfo-2.0.5/lib/tzinfo/format2/timezone_definition.rb', line 23 def get @timezone end |