Method: GEPUB::ResourceBuilder#heading
- Defined in:
- lib/gepub/resource_builder.rb
#heading(text, id = nil) ⇒ Object
142 143 144 |
# File 'lib/gepub/resource_builder.rb', line 142 def heading(text, id = nil) @last_defined_item.toc_text_with_id(text, id) end |