method

hash

ruby latest stable - Class: Gem::Platform
hash()
public

No documentation available.

# File lib/rubygems/platform.rb, line 136
  def hash # :nodoc:
    to_a.hash
  end