Flowdock
method

==

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: APISpecification
==(other) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/resolver/api_specification.rb, line 30
  def ==(other) # :nodoc:
    self.class === other and
      @set          == other.set and
      @name         == other.name and
      @version      == other.version and
      @platform     == other.platform and
      @dependencies == other.dependencies
  end
Register or log in to add new notes.