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



74
75
76
# File 'lib/theme_check/tags.rb', line 74

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