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