class Crst::PullQuote

Overview

Represents a pull-quote

Defined in:

crst/nodes.cr

Constructors

Instance Method Summary

Instance methods inherited from class Crst::Node

column : Int32 | Nil column, column=(column : Int32 | Nil) column=, line : Int32 | Nil line, line=(line : Int32 | Nil) line=

Constructor Detail

def self.new(children : Array(Crst::Node) = [] of Node) #

[View source]

Instance Method Detail

def children : Array(Crst::Node) #

[View source]
def children=(children : Array(Crst::Node)) #

[View source]