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