Flowdock
method

==

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Conflict
==(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/conflict.rb, line 30
  def == other # :nodoc:
    self.class === other and
      @dependency == other.dependency and
      @activated  == other.activated  and
      @failed_dep == other.failed_dep
  end
Register or log in to add new notes.