class Byebug::SourceFileFormatter

def range_from(min)

def range_from(min)
  first = amend_initial(min)
  [first, first + size - 1]
end