aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/pathname.rb
blob: df4b261a91de640c9166101d9c56c44798dca8c8 (plain)
1
2
3
4
5
6
7
8
9
class Pathname
  def cp(_)
    odisabled "Pathname#cp", "FileUtils.cp"
  end

  def chmod_R(_)
    odisabled "Pathname#chmod_R", "FileUtils.chmod_R"
  end
end