# File lib/liquid/tags/capture.rb, line 27
    def render(context)
      output = super
      context.scopes.last[@to] = output.join
      ''
    end