Method: Gem::Version#hash

Defined in:
lib/rubygems/version.rb

#hashObject

:nodoc:



266
267
268
# File 'lib/rubygems/version.rb', line 266

def hash # :nodoc:
  canonical_segments.hash
end