class RuboCop::Cop::Commissioner

def self.callback_methods

def self.callback_methods
  Parser::Meta::NODE_TYPES.map { |type| "on_#{type}" }
end