# File lib/commands/plugin/recursive_http_fetcher.rb, line 58 def fetch_dir(url) push_d(File.basename(url)) open(url) do |stream| contents = stream.read fetch(links(url, contents)) end pop_d end