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