class Byebug::Context

def at_end


End of class definition handler
def at_end
  return if ignored_file?(file)
  processor.at_end
end