class EacRubyUtils::Envs::Spawn

def initialize(command)

def initialize(command)
  @command = command
  @pid = ::Process.spawn(command)
end