method

hash

hash()
public

No documentation available.

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