module RuboCop::Cop::IgnoredMethods
def ignored_method?(name)
def ignored_method?(name) ignored_methods.include?(name.to_s) end
def ignored_methods
def ignored_methods cop_config.fetch('IgnoredMethods', []) end
def ignored_method?(name) ignored_methods.include?(name.to_s) end
def ignored_methods cop_config.fetch('IgnoredMethods', []) end