There's no documentation for this item.
# 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
<code/>
<pre/>
<code/>and<pre/>for code samples.