# File lib/epub/content_document/navigation.rb, line 66 def hidden? if @hidden.nil? @parent ? @parent.hidden? : false else true end end