Merge pull request #3764 from woodruffw/audit-remove-constant
audit: Remove FILEUTILS_METHODS constant
This commit is contained in:
commit
3269716f3a
@ -189,8 +189,6 @@ class FormulaAuditor
|
|||||||
swig
|
swig
|
||||||
].freeze
|
].freeze
|
||||||
|
|
||||||
FILEUTILS_METHODS = FileUtils.singleton_methods(false).map { |m| Regexp.escape(m) }.join "|"
|
|
||||||
|
|
||||||
def initialize(formula, options = {})
|
def initialize(formula, options = {})
|
||||||
@formula = formula
|
@formula = formula
|
||||||
@new_formula = options[:new_formula]
|
@new_formula = options[:new_formula]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user