Class: Crags::Runner

Inherits:
Object
  • Object
show all
Includes:
Searcher
Defined in:
lib/crags/runner.rb

Instance Method Summary collapse

Methods included from Searcher

#categories, #hashify, #items, #location_doc, #location_link, #location_links, #location_request, #locations, #search, #search_location_link, #strip_http

Methods included from Fetch

#fetch_doc, #fetch_html, #fetch_request

Instance Method Details

#search_location(keyword, loc, category = 'sss') ⇒ Object



5
6
7
8
# File 'lib/crags/runner.rb', line 5

def search_location(keyword, loc, category = 'sss')
  puts "Searching #{loc}..."
  super
end