# File lib/spring/commands.rb, line 11
  def self.register_command(name, command = nil)
    commands[name] = CommandWrapper.new(name, command)
  end