Methods
D
Class Public methods
download(name, *rest)
# File tool/downloader.rb, line 81
def self.download(name, *rest)
  super("http://www.unicode.org/Public/#{name}", name, *rest)
end