Method: RuboCop::Ext::ProcessedSource#comment_config

Defined in:
lib/rubocop/ext/processed_source.rb

#comment_configObject



9
10
11
# File 'lib/rubocop/ext/processed_source.rb', line 9

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