Method: Wgit::Database::DatabaseAdapter#empty
- Defined in:
- lib/wgit/database/database_adapter.rb
#empty ⇒ Integer
Deletes everything in the urls and documents collections.
77 78 79 |
# File 'lib/wgit/database/database_adapter.rb', line 77 def empty raise NotImplementedError, NOT_IMPL_ERR end |