class Byebug::SourceFileFormatter

def initialize(file, annotator)

def initialize(file, annotator)
  @file = file
  @annotator = annotator
end