2015-11-16 23:18:31 +08:00
|
|
|
class Pathname
|
2018-01-09 19:52:34 +00:00
|
|
|
def cp(_)
|
|
|
|
odisabled "Pathname#cp", "FileUtils.cp"
|
2015-11-16 23:18:31 +08:00
|
|
|
end
|
|
|
|
|
2018-01-09 19:52:34 +00:00
|
|
|
def chmod_R(_)
|
|
|
|
odisabled "Pathname#chmod_R", "FileUtils.chmod_R"
|
2015-11-16 23:18:31 +08:00
|
|
|
end
|
|
|
|
end
|