summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-02 05:52:06 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-02 05:52:06 +0000
commitc731724d1532d0caff5205ac846007d393ac5897 (patch)
tree25cb3dab21034a432055eb1947f19e1a45d5b95b /lib
parent7d75dfefb947b40396a953365816c5c6f06e813d (diff)
downloadruby-c731724d1532d0caff5205ac846007d393ac5897.tar.gz
ruby-c731724d1532d0caff5205ac846007d393ac5897.tar.xz
ruby-c731724d1532d0caff5205ac846007d393ac5897.zip
* lib/getoptlong.rb: remove unused udoc/usage from example.
[ruby-core:23098] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/getoptlong.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/getoptlong.rb b/lib/getoptlong.rb
index c5e60ec18..2d3b617d6 100644
--- a/lib/getoptlong.rb
+++ b/lib/getoptlong.rb
@@ -25,7 +25,6 @@
# Here is a simple example of usage:
#
# require 'getoptlong'
-# require 'rdoc/usage'
#
# opts = GetoptLong.new(
# [ '--help', '-h', GetoptLong::NO_ARGUMENT ],