# File lib/pathname.rb, line 777
  def chown(owner, group) File.chown(owner, group, @path) end