module RuboCop::Ext::ProcessedSource
def comment_config
def comment_config @comment_config ||= CommentConfig.new(self) end
def disabled_line_ranges
def disabled_line_ranges comment_config.cop_disabled_line_ranges end
def comment_config @comment_config ||= CommentConfig.new(self) end
def disabled_line_ranges comment_config.cop_disabled_line_ranges end