# File lib/ast/node.rb, line 85 def eql?(other) self.class.eql?(other.class) && @type.eql?(other.type) && @children.eql?(other.children) end