class Spoom::Deadcode::Plugins::Rubocop
def on_define_constant(indexer, definition)
def on_define_constant(indexer, definition) definition.ignored! if rubocop_constant?(indexer, definition) end
def on_define_constant(indexer, definition) definition.ignored! if rubocop_constant?(indexer, definition) end