public Method

Change.rename(*args,&block)

There's no documentation for this item.

Source Code

# File rio/ops/path.rb, line 192
def rename(*args,&block)
  if args.empty?
    cxx('rename',true,&block)
  else
    rtn = must_exist.rename(*args)
    return rtn.each(&block) if block_given?
    rtn
  end
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.