Parent

Methods

Cocaine::CommandLine::BackticksRunner

Public Instance Methods

call(command, env = {}) click to toggle source
# File lib/cocaine/command_line/runners/backticks_runner.rb, line 8
def call(command, env = {})
  with_modified_environment(env) do
    `#{command}`
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.