Object
# 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.