class RuboCop::Cop::Style::HashConversion

def allowed_splat_argument?

def allowed_splat_argument?
  cop_config.fetch('AllowSplatArgument', true)
end