Module: Tr3llo::View::Board::List

Extended by:
List
Included in:
List
Defined in:
lib/3llo/view/board/list.rb

Instance Method Summary collapse

Instance Method Details

#render(boards) ⇒ Object



7
8
9
10
11
# File 'lib/3llo/view/board/list.rb', line 7

def render(boards)
  boards
    .map { |board| render_board(board) }
    .join("\n")
end