module Pry::Byebug::Breakpoints

def each(&block)

def each(&block)
  to_a.each(&block)
end