n_hits

in lib/byebug/processors/pry_processor.rb [100:105]


    def n_hits(breakpoint)
      n_hits = breakpoint.hit_count

      n_hits == 1 ? "First hit" : "Hit #{n_hits} times."
    end