class Liquid::Template::TagRegistry

def each(&block)

def each(&block)
  @tags.each(&block)
end