class RuboCop::Cop::Style::SymbolProc

def ignored_method?(name)

def ignored_method?(name)
  ignored_methods.include?(name.to_s)
end