# File lib/gpgme/data.rb, line 181 def to_s pos = seek(0, IO::SEEK_CUR) begin seek(0) read ensure seek(pos) end end