struct Tallboy::ComputedRow
- Tallboy::ComputedRow
 - Struct
 - Value
 - Object
 
Included Modules
- Enumerable(Tallboy::ComputedCell)
 - Iterable(Tallboy::ComputedCell)
 
Defined in:
tallboy/computed_table_builder/computed_row.crConstructors
Instance Method Summary
- #border : Tallboy::Border
 - #cells : Array(Tallboy::ComputedCell)
 - 
        #each(&)
        
          
Must yield this collection's elements to the block.
 - 
        #each : Array(Tallboy::ComputedCell)
        
          
Must return an
Iteratorover the elements in this collection. 
Constructor Detail
Instance Method Detail
        
        def each(&)
        #
      
      
        
              Description copied from module Enumerable(Tallboy::ComputedCell)
            
          
          Must yield this collection's elements to the block.
        
        def each : Array(Tallboy::ComputedCell)
        #
      
      
        
              Description copied from module Iterable(Tallboy::ComputedCell)
            
          
          Must return an Iterator over the elements in this collection.