Method: Liquid::Profiler#children

Defined in:
lib/liquid/profiler.rb

#childrenObject



98
99
100
101
102
103
104
105
# File 'lib/liquid/profiler.rb', line 98

def children
  children = @root_children
  if children.length == 1
    children.first.children
  else
    children
  end
end