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



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

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”



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

def delete!() softreset  end

#rmObject



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

def rm() softreset  end

#rmdirObject



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

def rmdir() softreset  end

#rmtreeObject



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

def rmtree() softreset  end