class RuboCop::Cop::Rails::HttpPositionalArguments

def format_arg?(node)

def format_arg?(node)
  node.sym_type? && node.value == :format
end