Method: Wgit::DSL#empty_db!
- Defined in:
- lib/wgit/dsl.rb
#empty_db! ⇒ Integer
Deletes everything in the urls and documents collections by calling
Wgit::Database::DatabaseAdapter#empty underneath.
298 299 300 |
# File 'lib/wgit/dsl.rb', line 298 def empty_db! get_db.empty end |