module EacRubyUtils::Envs::BaseCommand::Execution

def spawn(options = {})

def spawn(options = {})
  c = command(options)
  debug_print("SPAWN: #{c}")
  ::EacRubyUtils::Envs::Spawn.new(c)
end