6 lines
120 B
Ruby
6 lines
120 B
Ruby
# rubocop:disable Naming/FileName
|
|
# frozen_string_literal: true
|
|
|
|
require 'shellwords'
|
|
|
|
# rubocop:enable Naming/FileName
|