Class: BrowserOfBabel::Library
- 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
Attributes included from Holotheca::Holarchy
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
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_part ⇒ String
19 20 21 |
# File 'lib/browser_of_babel/library.rb', line 19 def to_s_part "Library of Babel" end |