use `warn` instead of `$stderr.puts`

This commit is contained in:
Mislav Marohnić 2011-10-19 15:16:31 +02:00
Родитель 88fb3e12ea
Коммит bb3c9b819e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -612,7 +612,7 @@ help
# and `compare`. Yields a block that returns params for `github_url`.
def browse_command(args)
url_only = args.delete('-u')
$stderr.puts "Warning: the `-p` flag has no effect anymore" if args.delete('-p')
warn "Warning: the `-p` flag has no effect anymore" if args.delete('-p')
params = yield
args.executable = url_only ? 'echo' : browser_launcher