class RuboCop::AST::DstrNode
def value
def value child_nodes.map do |child| child.respond_to?(:value) ? child.value : child.source end.join end
def value child_nodes.map do |child| child.respond_to?(:value) ? child.value : child.source end.join end