method

new

new(shell)
public

No documentation available.

# File lib/shell/command-processor.rb, line 64
    def initialize(shell)
      @shell = shell
      @system_commands = {}
    end