class RuboCop::Cop::Style::StringLiterals

def accept_child_double_quotes?(nodes)

def accept_child_double_quotes?(nodes)
  nodes.any? { |n| n.dstr_type? || double_quotes_required?(n.source) }
end