Method: Net::SSH::Buffer#to_s

Defined in:
lib/net/ssh/buffer.rb

#to_sObject

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