Method: Milkode::GroongaDatabase#documents
- Defined in:
- lib/milkode/database/groonga_database.rb
#documents ⇒ Object
67 68 69 |
# File 'lib/milkode/database/groonga_database.rb', line 67 def documents @documents ||= DocumentTable.new(Groonga["documents"]) end |