# File lib/spring/command_wrapper.rb, line 7
    def initialize(name, command = nil)
      @name    = name
      @command = command
      @setup   = false
    end