examples/negotiate.rb in ruby_smb-0.0.18 vs examples/negotiate.rb in ruby_smb-0.0.19

- old
+ new

@@ -5,10 +5,9 @@ # without any other parts. require 'bundler/setup' require 'ruby_smb' - def run_negotiation(address, smb1, smb2) # Create our socket and add it to the dispatcher sock = TCPSocket.new address, 445 dispatcher = RubySMB::Dispatcher::Socket.new(sock)