Method: TZInfo::TimeOrDateTime#hash

Defined in:
lib/tzinfo/time_or_datetime.rb

#hashObject

Returns a hash of this TimeOrDateTime.



298
299
300
# File 'lib/tzinfo/time_or_datetime.rb', line 298

def hash
  @orig.hash
end