# File lib/pry/command_set.rb, line 147
    def each(&block)
      @commands.each(&block)
    end