Method: ESearchy::Profiling#search

Defined in:
lib/esearchy/profiling.rb

#searchObject



10
11
12
# File 'lib/esearchy/profiling.rb', line 10

def search
  @peo.each { |person, profile| crawl(person, profile) }
end