class Pry::CommandSet

def each(&block)

def each(&block)
  @commands.each(&block)
end