module Pry::Byebug::Breakpoints

def breakpoints

def breakpoints
  @breakpoints ||= []
end