Module: Tr3llo::View::List::Cards

Extended by:
Cards
Included in:
Cards
Defined in:
lib/3llo/view/list/cards.rb

Instance Method Summary collapse

Instance Method Details

#render(cards) ⇒ Object



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

def render(cards)
  cards.map { |card| render_card(card) }.join("\n")
end