Method: RuboCop::Ext::ProcessedSource#comment_config
- Defined in:
- lib/rubocop/ext/processed_source.rb
#comment_config ⇒ Object
9 10 11 |
# File 'lib/rubocop/ext/processed_source.rb', line 9 def comment_config @comment_config ||= CommentConfig.new(self) end |