class Tallboy::Row::Layout

Included Modules

Defined in:

tallboy/row/layout.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(column_count : Int32, spans : Array(Int32) = [] of Int32) #

[View source]

Instance Method Detail

def each(&) #
Description copied from module Enumerable(Int32)

Must yield this collection's elements to the block.


[View source]
def spans : Array(Int32) #

[View source]
def valid? #

[View source]