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