# File lib/net/ssh.rb, line 46
    def start( *args, &block )
      Net::SSH::Session.new( *args, &block )
    end