diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | lib/optparse.rb | 3 |
2 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,10 @@ Thu Sep 13 11:20:00 2012 Zachary Scott <[email protected]> + * lib/optparse.rb: Remove unreachable email address from documentation + [Bug #6996] [ruby-core:47459] + +Thu Sep 13 11:20:00 2012 Zachary Scott <[email protected]> + * lib/xmlrpc.rb: Documentation for XMLRPC * lib/xmlrpc/datetime.rb: ditto. * lib/xmlrpc/parser.rb: ditto. 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 ([email protected]) and I will update -# this document. +# have any questions, file a ticket at http://bugs.ruby-lang.org. # class OptionParser # :stopdoc: |