brew/Library/Homebrew/compat.rb
Mike McQuaid 4f75a77b08
Update deprecations
Add more deprecations, disable deprecations and remove disabled code.
2020-05-18 13:50:46 +01:00

8 lines
183 B
Ruby

# frozen_string_literal: true
require "compat/extend/nil"
require "compat/extend/string"
require "compat/formula"
require "compat/language/python"
require "compat/os/mac" if OS.mac?