method

hash

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

No documentation available.

# File lib/rubygems/specification.rb, line 2043
  def hash # :nodoc:
    name.hash ^ version.hash
  end