# File lib/autobuild/import/tar.rb, line 85 def initialize(url, options) @options = options.dup @options[:cachedir] ||= $CACHEDIR self.url = url end