class Tallboy::NodeList

Included Modules

Defined in:

tallboy.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(nodes : Array(Tallboy::Joint | Tallboy::Line | Tallboy::MergedNode | Tallboy::Text) = Array(Node).new) #

[View source]

Instance Method Detail

def <<(node) #

[View source]
def each(&) #
Description copied from module Enumerable(Tallboy::Joint | Tallboy::Line | Tallboy::MergedNode | Tallboy::Text)

Must yield this collection's elements to the block.


[View source]
def height #

[View source]