177 178 179 180 181
# File 'lib/invfs.rb', line 177 def InVFS.union(*dirs) require_relative "invfs/unionfs" UnionFS.new(*dirs) end