Logo
Explore Help
Sign In
admin/brew
1
0
Fork 0
You've already forked brew
Code Issues Packages Projects Releases 6 Wiki Activity
brew/Library/Homebrew/compat/fileutils.rb

17 lines
247 B
Ruby
Raw Normal View History

mktemp: move to Formula and compat. Move this method away from FileUtils as it doesn't need to be on that class.
2018-07-13 14:42:49 +01:00
require "fileutils"
module FileUtils
module Compat
More deprecated/disabled updates - remove odisabled - move odeprecated to odisabled
2018-10-24 10:00:49 +01:00
def ruby(*)
odisabled "ruby", 'system "ruby"'
Disable more deprecations. - Turn more old `odeprecated` into `odisabled` - Remove more old `odisabled` - Remove code for older Ruby versions
2018-07-09 15:29:40 +01:00
end
More deprecated/disabled updates - remove odisabled - move odeprecated to odisabled
2018-10-24 10:00:49 +01:00
def mktemp(*)
odisabled("FileUtils.mktemp", "mktemp")
mktemp: move to Formula and compat. Move this method away from FileUtils as it doesn't need to be on that class.
2018-07-13 14:42:49 +01:00
end
module_function :mktemp
end
prepend Compat
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 481ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API