Top Level Namespace

Defined Under Namespace

Modules: Crawlable Classes: Settings

Instance Method Summary collapse

Instance Method Details

#Crawl(*args, &block) ⇒ Object



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

def Crawl(*args, &block)
  Sitemap(*args, &block)
end

#Crawlable(*args, &block) ⇒ Object



16
17
18
# File 'lib/crawlable.rb', line 16

def Crawlable(*args, &block)
  Sitemap(*args, &block)
end

#Sitemap(*args, &block) ⇒ Object



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

def Sitemap(*args, &block)
  Sitemap.configure(*args, &block)
end