Method: Mediakit::Process::Runner#build_command_without_options

Defined in:
lib/mediakit/process/runner.rb

#build_command_without_options(bin, *args) ⇒ Object



74
75
76
77
# File 'lib/mediakit/process/runner.rb', line 74

def build_command_without_options(bin, *args)
  escaped_args = ShellEscape.escape(*args)
  "#{bin} #{escaped_args}"
end