# File lib/pry/code.rb, line 249
    def max_lineno_width
      @lines.length > 0 ? @lines.last.lineno.to_s.length : 0
    end