# File lib/cri/command_runner.rb, line 23
    def initialize(options, arguments, command)
      @options   = options
      @arguments = arguments
      @command   = command
    end