class SyntaxTree::YARV::NewRange

def ==(other)

def ==(other)
  other.is_a?(NewRange) && other.exclude_end == exclude_end
end