Class: ThemeCheck::Tags::Form::ParseTreeVisitor

Inherits:
Liquid::ParseTreeVisitor
  • Object
show all
Defined in:
lib/theme_check/tags.rb

Instance Method Summary collapse

Instance Method Details

#childrenObject



56
57
58
# File 'lib/theme_check/tags.rb', line 56

def children
  super + [@node.type_expr, @node.variable_name_expr] + @node.tag_attributes
end