class RuboCop::Cop::Style::RedundantInitialize

def allow_comments?(node)

def allow_comments?(node)
  return false unless cop_config['AllowComments']
  contains_comments?(node) && !comments_contain_disables?(node, name)
end