Method: MacSetup::HomebrewRunner.print_args
- Defined in:
- lib/mac_setup/homebrew_runner.rb
.print_args(opts) ⇒ Object
39 40 41 42 43 44 45 |
# File 'lib/mac_setup/homebrew_runner.rb', line 39 def self.print_args(opts) args = opts["args"] return unless args "args: [#{quote_args(args.sort)}]" end |