_plugins/brooklyn_jekyll_util.rb [97:103]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def initialize(tag_name, text, tokens)
      super
      @text = text
    end
    def render(context)
      args = @text.split(/\W+/)
      raise "Need 2 args, the stack and the var" unless args.length == 2
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



_plugins/brooklyn_jekyll_util.rb [110:116]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def initialize(tag_name, text, tokens)
      super
      @text = text
    end
    def render(context)
      args = @text.split(/\W+/)
      raise "Need 2 args, the stack and the var" unless args.length == 2
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



