Method: RIO::Ops::Path::Change#sub!

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

#sub!(*args) ⇒ Object



202
203
204
205
# File 'lib/rio/ops/path.rb', line 202

def sub!(*args)
  rl.path = rl.path.sub(*args)
  softreset
end