# File lib/pry/code.rb, line 318
    def length
      @lines ? @lines.length : 0
    end