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