Method: NFS::Handler#export

Defined in:
lib/nfs/handler.rb

#export(path, file) ⇒ Object



30
31
32
# File 'lib/nfs/handler.rb', line 30

def export(path, file)
  @exports[path] = add_filehandle(file)
end