aboutsummaryrefslogtreecommitdiffstats
path: root/lib/optparse.rb
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-13 02:25:37 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-13 02:25:37 +0000
commit92300037ad5f8817bd364594d3d5bc55e3190ae7 (patch)
treee2b910ac03eab1da2abe73c6e36f2290491f3f72 /lib/optparse.rb
parentfc7a96e2158a4417bfae8b0c5e1acb2d95b3253b (diff)
downloadruby-92300037ad5f8817bd364594d3d5bc55e3190ae7.tar.gz
* lib/optparse.rb: Remove unreachable email address from documentation
[Bug #6996] [ruby-core:47459] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/optparse.rb')
-rw-r--r--lib/optparse.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/optparse.rb b/lib/optparse.rb
index dcb67604e2..272b99d411 100644
--- a/lib/optparse.rb
+++ b/lib/optparse.rb
@@ -204,8 +204,7 @@
# === Further documentation
#
# The above examples should be enough to learn how to use this class. If you
-# have any questions, email me (gsinclair@soyabean.com.au) and I will update
-# this document.
+# have any questions, file a ticket at http://bugs.ruby-lang.org.
#
class OptionParser
# :stopdoc: