Method: EPUBInfo::Models::TableOfContents#document
- Defined in:
- lib/epubinfo/models/table_of_contents.rb
#document ⇒ Object
29 30 31 |
# File 'lib/epubinfo/models/table_of_contents.rb', line 29 def document @toc_document ||= load_toc_file.remove_namespaces! end |