Method: Muwu::RenderConcat#render_text_item

Defined in:
lib/muwu/render_concat/render_concat.rb

#render_text_item(f, text_item) ⇒ Object



29
30
31
32
33
# File 'lib/muwu/render_concat/render_concat.rb', line 29

def render_text_item(f, text_item)
  render_text_item_head(f, text_item)
  render_text_item_source(f, text_item)
  render_text_item_sections(f, text_item)
end