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