diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-25 23:45:52 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-25 23:45:52 +0000 |
commit | 4460a5e1605c1438043fc6004442c17c241f23e2 (patch) | |
tree | c6808aea900df580bac0c72a37f6036cc94a4264 /lib/parsearg.rb | |
parent | 1874a8a3ae1e7847f1ece009212558946739c6f7 (diff) |
* lib: updated keywords.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/parsearg.rb')
-rw-r--r-- | lib/parsearg.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parsearg.rb b/lib/parsearg.rb index cab2dba789..8133858b93 100644 --- a/lib/parsearg.rb +++ b/lib/parsearg.rb @@ -12,7 +12,7 @@ warn "Warning:#{caller[0].sub(/:in `.*'\z/, '')}: parsearg is deprecated after Ruby 1.8.1; use optparse instead" -$RCS_ID=%q$Header$ +$RCS_ID=%q$Id$ require "getopts" |