module RuboCop::Cop::AllowedMethods

def allowed_methods

Other tags:
    Api: - public
def allowed_methods
  cop_config.fetch('AllowedMethods', [])
end