class Racc::Rule

def ==(other)

def ==(other)
  other.kind_of?(Rule) and @ident == other.ident
end