Method: TZInfo::CountryTimezone#hash
- Defined in:
- lib/tzinfo/country_timezone.rb
#hash ⇒ Integer
#longitude and #description.
89 90 91 |
# File 'lib/tzinfo/country_timezone.rb', line 89 def hash [@identifier, @latitude, @longitude, @description].hash end |