Method: RIO::Ops::FileOrDir::Existing#chown

Defined in:
lib/rio/ops/either.rb

#chown(owner, group) ⇒ Object



66
# File 'lib/rio/ops/either.rb', line 66

def chown(owner,group) rtn_self { fs.chown(owner,group,fspath) } end