module Staticizer
Constants
- VERSION
Public Class Methods
crawl(url, options = {}, &block)
click to toggle source
# File lib/staticizer.rb, line 5 def Staticizer.crawl(url, options = {}, &block) cralwer = Staticizer::Crawler.new(url, options) crawler.crawl end