# File lib/cri/base.rb, line 14
    def initialize(tool_name)
      @tool_name = tool_name

      @commands = []
    end