Remove support for contextualization

This commit is contained in:
Guilherme Carreiro
2026-05-08 10:11:21 +02:00
parent fd49bbafb5
commit bc7f1caa35
2 changed files with 22 additions and 0 deletions
+2
View File
@@ -31,6 +31,8 @@ module Liquid
@self_context.variable_defined?(key)
end
def context=(_); end
def to_liquid
self
end