We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436d4f9 commit 4573160Copy full SHA for 4573160
src/json/neo2.json.erb
@@ -15,7 +15,6 @@
15
$if_mod_4_not_locked = { "type" => "variable_unless", "name" => "neo2_mod_4", "value" => 2 }
16
$is_apple_device = { "type" => "device_if", "identifiers" => [{"vendor_id" => 1452, "description" => "Apple devices"}]}
17
$is_not_apple_device = { "type" => "device_unless", "identifiers" => [{"vendor_id" => 1452, "description" => "Apple devices"}]}
18
- $always_true = { "type" => "variable_unless", "name" => "dummy", "value" => 123 }
19
def neo2_modifiers(mod_3_key, mod_4_key, condition)
20
JSON.generate(
21
each_key(
0 commit comments