class Byebug::SourceFileFormatter

def amend(line, ceiling)

def amend(line, ceiling)
  [ceiling, [1, line].max].min
end