Method: Gem::Platform#hash

Defined in:
lib/rubygems/platform.rb

#hashObject

:nodoc:



170
171
172
# File 'lib/rubygems/platform.rb', line 170

def hash # :nodoc:
  to_a.hash
end