class Byebug::PryProcessor

def at_end


definition
Called when the debugger wants to stop right before the end of a class
def at_end
  resume_pry
end