Method: WordTree::Disk::Library#initialize
- Defined in:
- lib/wordtree/disk/library.rb
#initialize(root) ⇒ Library
Returns a new instance of Library.
20 21 22 |
# File 'lib/wordtree/disk/library.rb', line 20 def initialize(root) @root = root end |