Flowdock
==(other) public

No documentation

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

Hide source
# File lib/rdoc/constant.rb, line 37
  def == other
    self.class == other.class and
      @parent == other.parent and
      @name == other.name
  end
Register or log in to add new notes.