Flowdock
method

==

Importance_0
v1_9_1_378 - Show latest stable - 0 notes - Class: Token
==(other) public

No documentation

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

Hide source
# File lib/rdoc/parser/ruby.rb, line 47
    def ==(other)
      self.class == other.class and
        other.line_no == @line_no and
        other.char_no == @char_no and
        other.text == @text
    end
Register or log in to add new notes.