Module: RIO::Ops::Path::NonExisting

Includes:
Create, ExistOrNot, Test
Included in:
Path::NonExisting
Defined in:
lib/rio/ops/path.rb

Instance Method Summary collapse

Methods included from ExistOrNot

#symlink

Methods included from Create

#/, #cleanpath, #cwd, #getwd, #join, #join!, #rootpath

Methods included from Test

#blockdev?, #chardev?, #closed?, #directory?, #exist?, #file?, #open?, #pipe?, #socket?, #symlink?

Instance Method Details

#deleteObject



280
# File 'lib/rio/ops/path.rb', line 280

def delete() softreset  end

#delete!Object

Rio does not consider an attempt to remove something that does not exist an error. Rio says “You called this method because you didn’t want the thing to exist on the file system. After the call it doesn’t exist. You’re welcome”



279
# File 'lib/rio/ops/path.rb', line 279

def delete!() softreset  end

#rmObject



283
# File 'lib/rio/ops/path.rb', line 283

def rm() softreset  end

#rmdirObject



281
# File 'lib/rio/ops/path.rb', line 281

def rmdir() softreset  end

#rmtreeObject



282
# File 'lib/rio/ops/path.rb', line 282

def rmtree() softreset  end