class RDoc::RubyToken::TkOPASGN
def ==(other)
def ==(other) self.class == other.class and other.line_no == @line_no and other.char_no == @char_no and other.op == @op end
def ==(other) self.class == other.class and other.line_no == @line_no and other.char_no == @char_no and other.op == @op end