module RuboCop::Ext::ProcessedSource

def comment_config

def comment_config
  @comment_config ||= CommentConfig.new(self)
end