class Tallboy::NodeList
- Tallboy::NodeList
- Reference
- Object
Included Modules
- Enumerable(Tallboy::Joint | Tallboy::Line | Tallboy::MergedNode | Tallboy::Text)
Defined in:
tallboy.crConstructors
Instance Method Summary
Constructor Detail
def self.new(nodes : Array(Tallboy::Joint | Tallboy::Line | Tallboy::MergedNode | Tallboy::Text) = Array(Node).new)
#
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(Tallboy::Joint | Tallboy::Line | Tallboy::MergedNode | Tallboy::Text)
Must yield this collection's elements to the block.