Returns a copy of the buffer’s content.
90 91 92
# File 'lib/net/ssh/buffer.rb', line 90 def to_s (@content || "").dup end