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