Method: CrawlProcessWorker#perform

Defined in:
lib/crawl_process_worker.rb

#perform(content) ⇒ Object



20
21
22
23
# File 'lib/crawl_process_worker.rb', line 20

def perform(content)
  content = HashUtil.deep_symbolize_keys(content)
  puts "Dummy Processing for #{content[:url]}"
end