mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
use frozen EMPTY_ARRAY for disabled_tags in Variable
This commit is contained in:
@@ -291,7 +291,7 @@ module Liquid
|
||||
end
|
||||
|
||||
def disabled_tags
|
||||
[]
|
||||
Const::EMPTY_ARRAY
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user