Method: NFS::SUNRPC::Server#start

Defined in:
lib/nfs/sunrpc/server.rb

#startObject



18
19
20
21
22
# File 'lib/nfs/sunrpc/server.rb', line 18

def start
  if @thread.nil?
    @thread.start
  end
end