class Byebug::Processor

def aprint(msg)

def aprint(msg)
  print afmt(msg) if Byebug.annotate.to_i > 2
end