# File lib/net/ssh/service/shell/shell.rb, line 110
          def method_missing( sym, *args )
            cmd = sym.to_s
            cmd << " " << args.join( " " ) unless args.empty?
            send_data cmd + "\n"
          end