Method: MacSetup::HomebrewRunner.quote_args
- Defined in:
- lib/mac_setup/homebrew_runner.rb
.quote_args(args) ⇒ Object
47 48 49 |
# File 'lib/mac_setup/homebrew_runner.rb', line 47 def self.quote_args(args) args.map { |arg| %("#{arg}") }.join(", ") end |