Module: Tr3llo::View::Label::List

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

Instance Method Summary collapse

Instance Method Details

#render(labels) ⇒ Object



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

def render(labels)
  labels
    .map { |label| render_label(label) }
    .join("\n")
end