Method: Wgit::Indexer#db

Defined in:
lib/wgit/indexer.rb

#dbObject (readonly) Also known as: database

The database instance used to store Urls and Documents in.



25
26
27
# File 'lib/wgit/indexer.rb', line 25

def db
  @db
end