Class: Krewl::Agent

Inherits:
Thor
  • Object
show all
Defined in:
lib/krewl/cli.rb

Instance Method Summary collapse

Instance Method Details

#fetch(keyword) ⇒ Object



11
12
13
14
# File 'lib/krewl/cli.rb', line 11

def fetch(keyword)
  site = options[:site] || :tp
  puts "Crawling for '#{keyword}' from '#{site.upcase}'"
end