Liquid::Tag
Break tag to be used to break out of a for loop.
{% for item in collection %} {% if item.condition %} {% break %} {% endif %} {% endfor %}
# File lib/liquid/tags/break.rb, line 14 def interrupt BreakInterrupt.new end