mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 19:00:39 -07:00
s/Traversal/ParseTreeVisitor
This commit is contained in:
@@ -129,7 +129,7 @@ module Liquid
|
||||
end
|
||||
end
|
||||
|
||||
class Traversal < Liquid::Traversal
|
||||
class ParseTreeVisitor < Liquid::ParseTreeVisitor
|
||||
def children
|
||||
[
|
||||
@node.left, @node.right,
|
||||
|
||||
Reference in New Issue
Block a user