diff options
Diffstat (limited to 'Library/Homebrew/extend/fileutils.rb')
| -rw-r--r-- | Library/Homebrew/extend/fileutils.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Homebrew/extend/fileutils.rb b/Library/Homebrew/extend/fileutils.rb index d5bc3e6d7..b889f9ded 100644 --- a/Library/Homebrew/extend/fileutils.rb +++ b/Library/Homebrew/extend/fileutils.rb @@ -84,7 +84,7 @@ module FileUtils    end    # @private -  alias_method :old_mkdir, :mkdir +  alias old_mkdir mkdir    # A version of mkdir that also changes to that folder in a block.    def mkdir(name, &_block) @@ -122,7 +122,7 @@ module FileUtils    if method_defined?(:ruby)      # @private -    alias_method :old_ruby, :ruby +    alias old_ruby ruby    end    # Run the `ruby` Homebrew is using rather than whatever is in the `PATH`. | 
