# File lib/hawler.rb, line 100 def start if (!@recurse) @depth = 0 end @uri = HawlerHelper.valid_uri(@uri) or exit(1) hawl(@uri) end