Switch from module_function to eigenclass

This commit is contained in:
Douglas Eichelberger 2023-04-26 09:10:30 -07:00
parent 8f97dea167
commit 7229d03133

View File

@ -6,8 +6,7 @@ module Utils
# #
# @private # @private
module Autoremove module Autoremove
module_function class << self
# An array of all installed {Formula} with {Cask} dependents. # An array of all installed {Formula} with {Cask} dependents.
# @private # @private
def formulae_with_cask_dependents(casks) def formulae_with_cask_dependents(casks)
@ -66,3 +65,4 @@ module Utils
end end
end end
end end
end