From 0fb67d59b2279540d99333ef1ef601e826fdf5d6 Mon Sep 17 00:00:00 2001 From: duerst Date: Mon, 6 Oct 2014 01:15:23 +0000 Subject: tool/downloader.rb: Adjust example in documentation for Downloader.download. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/downloader.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tool/downloader.rb') diff --git a/tool/downloader.rb b/tool/downloader.rb index 567d5cebd9..71579c536a 100644 --- a/tool/downloader.rb +++ b/tool/downloader.rb @@ -50,7 +50,8 @@ class Downloader # modified time. # # Example usage: - # download :unicode, 'UnicodeData.txt', 'enc/unicode/data' + # download 'http://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt', + # 'UnicodeData.txt', 'enc/unicode/data' def self.download(url, name, dir = nil, ims = true) file = dir ? File.join(dir, name) : name return true if ims.nil? and File.exist?(file) -- cgit v1.2.3