From 89dbf99bacac40fa17045c8322f20fc4c9c8d070 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 29 Jul 2002 06:14:10 +0000 Subject: * numeric.c (num_to_int): default to_int implementaion for every numeric class. * re.c (rb_reg_quote): initial part of the string was never copied to the quoted string. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/parsearg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/parsearg.rb') diff --git a/lib/parsearg.rb b/lib/parsearg.rb index b9f41d5e5f..d5f3c9638d 100644 --- a/lib/parsearg.rb +++ b/lib/parsearg.rb @@ -73,7 +73,7 @@ def parseArgs(argc, nopt, single_opts, *opts) end rescue print "Format Error!! : \"" + nopt + "\"\t[parseArgs]\n" - exit! -1 + exit!(-1) end end if ARGV.length < argc -- cgit v1.2.3