Class: BrowserOfBabel::Library

Inherits:
Holotheca show all
Defined in:
lib/browser_of_babel/library.rb

Overview

Top-level holotheca, representing the whole Library of Babel.

Constant Summary

Constants inherited from Holotheca

Holotheca::DEFAULT_URL_FORMATTER

Instance Attribute Summary

Attributes included from Holotheca::Holarchy::ClassMethods

#child_class, #parent_class

Attributes included from Holotheca::Holarchy

#identifier, #parent

Instance Method Summary collapse

Methods inherited from Holotheca

holotheca_name, identifier_class, identifier_format, #initialize, #to_s, #to_url, #to_url_part, url_format

Methods included from Holotheca::Holarchy::ClassMethods

#>>, #depth, #holarchy, #root

Methods included from Holotheca::Holarchy

#depth, #dig, #down, #initialize, #path, #path_identifiers, #root, #up

Constructor Details

This class inherits a constructor from BrowserOfBabel::Holotheca

Instance Method Details

#to_s_partString

Returns:

  • (String)


19
20
21
# File 'lib/browser_of_babel/library.rb', line 19

def to_s_part
  "Library of Babel"
end