From f508efdb9b541893315cdc7d65978bc027bba601 Mon Sep 17 00:00:00 2001 From: duerst Date: Wed, 24 Sep 2014 10:00:09 +0000 Subject: tool/downloader.rb: Adjusting example for Downloader.download to implementation changes in r47693. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/downloader.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tool/downloader.rb') diff --git a/tool/downloader.rb b/tool/downloader.rb index 366738b8ec..8eb60ac2fc 100644 --- a/tool/downloader.rb +++ b/tool/downloader.rb @@ -59,8 +59,7 @@ class Downloader # modified time. # # Example usage: - # download 'http://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt', - # 'enc/unicode/data/UnicodeData.txt' + # download :unicode, 'UnicodeData.txt', 'enc/unicode/data' def self.download(url, name, dir = nil, ims = true) file = dir ? File.join(dir, name) : name url = uri_to_download(url, name) -- cgit v1.2.3