method

==

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: Inline

Not found

The exact documentation you were looking for could not be found. Here is the best guess.

==(other) public

No documentation

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

Hide source
# File lib/rdoc/rd/inline.rb, line 41
  def == other # :nodoc:
    self.class === other and
      @reference == other.reference and @rdoc == other.rdoc
  end
Register or log in to add new notes.