SimpleDelegator
# File lib/fog/core/ssh.rb, line 105 def initialize(string='') super end
# File lib/fog/core/ssh.rb, line 109 def <<(add_me) puts add_me super end