misc_rbtools/crawler/lib/crawler.rb

7 lines
108 B
Ruby
Raw Permalink Normal View History

2020-08-04 00:27:55 -04:00
require "crawler/version"
module Crawler
class Error < StandardError; end
# Your code goes here...
end