Method: InVFS.union

Defined in:
lib/invfs.rb

.union(*dirs) ⇒ Object



177
178
179
180
181
# File 'lib/invfs.rb', line 177

def InVFS.union(*dirs)
  require_relative "invfs/unionfs"

  UnionFS.new(*dirs)
end