Source: show | on GitHub
# File tool/downloader.rb, line 81 def self.download(name, *rest) super("http://www.unicode.org/Public/#{name}", name, *rest) end