Switch from module_function to eigenclass
This commit is contained in:
parent
8f97dea167
commit
7229d03133
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user