class Editmode::Chunk::List

Included Modules

Defined in:

editmode/objects/core/chunk/list.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def chunks : Array(Editmode::Chunk) #

[View source]
def each(&) #
Description copied from module Enumerable(Editmode::Chunk)

Must yield this collection's elements to the block.


[View source]