# File lib/racc/grammar.rb, line 684
    def ==(other)
      other.kind_of?(Rule) and @ident == other.ident
    end