audit: Remove FILEUTILS_METHODS constant
This constant hasn't been used since there was an `audit_line` method, and as such is vestigial.
This commit is contained in:
parent
a44b21b2df
commit
7fffccba05
@ -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