class Terrapin::CommandLine::BackticksRunner
def call(command, env = {}, options = {})
def call(command, env = {}, options = {}) with_modified_environment(env) do Output.new(`#{command}`) end end
def call(command, env = {}, options = {}) with_modified_environment(env) do Output.new(`#{command}`) end end