# File lib/pathname.rb, line 805
  def rename(to) File.rename(@path, to) end