diff options
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 8133858b93..2a713678ed 100644 --- a/lib/parsearg.rb +++ b/lib/parsearg.rb @@ -7,7 +7,7 @@ # # -- # -# +# # warn "Warning:#{caller[0].sub(/:in `.*'\z/, '')}: parsearg is deprecated after Ruby 1.8.1; use optparse instead" |