class Byebug::SourceFileFormatter

def lines_around(center)

def lines_around(center)
  lines(*range_around(center))
end