class EacRubyUtils::Envs::Command

def spawn(options = {})

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