class Byebug::CommandList

def each

def each
  @commands.each { |cmd| yield(cmd) }
end