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