class Liquid::Interrupt

Overview

An interrupt is any command that breaks processing of a block (ex: a for loop).

Direct Known Subclasses

Defined in:

liquid/interrupts.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message = nil) #

[View source]

Instance Method Detail

def message : String #

[View source]