From 92300037ad5f8817bd364594d3d5bc55e3190ae7 Mon Sep 17 00:00:00 2001 From: zzak Date: Thu, 13 Sep 2012 02:25:37 +0000 Subject: * 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 --- ChangeLog | 5 +++++ lib/optparse.rb | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c1218a4633..f7ac077f3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 13 11:20:00 2012 Zachary Scott + + * lib/optparse.rb: Remove unreachable email address from documentation + [Bug #6996] [ruby-core:47459] + Thu Sep 13 11:20:00 2012 Zachary Scott * lib/xmlrpc.rb: Documentation for XMLRPC 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: -- cgit v1.2.3