Class: EPUB::ContentDocument::Navigation::ItemList

Inherits:
Array
  • Object
show all
Includes:
Hidable
Defined in:
lib/epub/content_document/navigation.rb

Instance Attribute Summary

Attributes included from Hidable

#hidden, #parent

Instance Method Summary collapse

Methods included from Hidable

#hidden?

Instance Method Details

#<<(item) ⇒ Object



135
136
137
138
# File 'lib/epub/content_document/navigation.rb', line 135

def <<(item)
  super
  item.parent = self
end