use frozen EMPTY_ARRAY for disabled_tags in Variable

This commit is contained in:
Tobi Lutke
2026-03-11 07:47:51 -04:00
parent 58d2514521
commit b86143eb0e
+1 -1
View File
@@ -291,7 +291,7 @@ module Liquid
end
def disabled_tags
[]
Const::EMPTY_ARRAY
end
private