Module: Shookach

Defined in:
lib/shookach.rb,
lib/shookach/indexer.rb,
lib/shookach/version.rb,
lib/shookach/searcher.rb

Defined Under Namespace

Classes: Indexer, Railtie, Searcher

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.index(options = {}) ⇒ Object



6
7
8
9
10
# File 'lib/shookach.rb', line 6

def self.index(options = {})
  @options = default_configs.merge(options)

  Shookach::Indexer.new(@options[:library_path], @options[:output_path]).call
end

.searchObject



12
13
14
# File 'lib/shookach.rb', line 12

def self.search
  # Shookach::Searcher.new
end