Module: Tr3llo::View::Label::List
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 |