Class: ThemeCheck::Tags::Render::ParseTreeVisitor

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

Instance Method Summary collapse

Instance Method Details

#childrenObject



171
172
173
174
175
176
# File 'lib/theme_check/tags.rb', line 171

def children
  [
    @node.template_name_expr,
    @node.variable_name_expr,
  ] + @node.attributes.values
end