class RuboCop::AST::RangeNode

def end

def end
  node_parts[1]
end