class Gem::StubSpecification

def hash # :nodoc:

:nodoc:
def hash # :nodoc:
  name.hash ^ version.hash ^ platform.hash
end