Method: WordTree::LibraryLocator#initialize
- Defined in:
- lib/wordtree/library_locator.rb
#initialize(id) ⇒ LibraryLocator
Construct a LibraryLocator from a string (book ID)
19 20 21 |
# File 'lib/wordtree/library_locator.rb', line 19 def initialize(id) @id = id end |