module Archare
Constants
- VERSION
Public Class Methods
crawler()
click to toggle source
# File lib/archare.rb, line 15 def self.crawler Crawler.instance end
introduce()
click to toggle source
# File lib/archare.rb, line 8 def self.introduce introducer = Introducer.new introducer.introduce end