32 33 34
# File 'lib/ami/ssh.rb', line 32 def method_missing(method, *args) @ssh.send(method, *args) end