# File lib/pry/code.rb, line 307
    def raw
      @lines.map(&:line).join("\n") << "\n"
    end