each

in lib/pry/byebug/breakpoints.rb [135:138]


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