summaryrefslogtreecommitdiffstats
path: root/lib/getoptlong.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-02-01 03:12:21 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-02-01 03:12:21 +0000
commitb77b7c30d4855734384a095db41a734d315bb8fa (patch)
treeae6cd78921bf626d54145b5485474bf59c3dceb4 /lib/getoptlong.rb
parentff338e4e581cc264abf4c5bfd3501bb77c16335f (diff)
downloadruby-b77b7c30d4855734384a095db41a734d315bb8fa.tar.gz
ruby-b77b7c30d4855734384a095db41a734d315bb8fa.tar.xz
ruby-b77b7c30d4855734384a095db41a734d315bb8fa.zip
2000-02-01
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/getoptlong.rb')
-rw-r--r--lib/getoptlong.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getoptlong.rb b/lib/getoptlong.rb
index 82cccf43b..7b6d5cc67 100644
--- a/lib/getoptlong.rb
+++ b/lib/getoptlong.rb
@@ -35,7 +35,7 @@ class GetoptLong
#
# Status codes.
#
- STATUS_YET, STATUS_STARTED, STATUS_TERMINATED = 0..2
+ STATUS_YET, STATUS_STARTED, STATUS_TERMINATED = 0, 1, 2
#
# Error types.