From 24cce6340c56dca3f8ebe32fc725b41556d6a823 Mon Sep 17 00:00:00 2001 From: gsinclair Date: Tue, 23 Dec 2003 13:27:42 +0000 Subject: * lib/optparse.rb: incomplete RDoc documentation added in place of existing RD comments. Tabs converted to spaces. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 + lib/optparse.rb | 713 ++++++++++++++++++++++++++++++++------------------------ 2 files changed, 411 insertions(+), 307 deletions(-) diff --git a/ChangeLog b/ChangeLog index 03ac000f8..67faca838 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 23 22:25:00 2003 Gavin Sinclair + + * lib/optparse.rb: incomplete RDoc documentation added in place of + existing RD comments. Tabs converted to spaces. + Tue Dec 23 19:44:47 2003 NAKAMURA, Hiroshi * test/soap/test_streamhandler.rb (test_basic_auth): removed. diff --git a/lib/optparse.rb b/lib/optparse.rb index af512e279..fe597987c 100644 --- a/lib/optparse.rb +++ b/lib/optparse.rb @@ -1,61 +1,184 @@ -# optparse library, not octopus. - -=begin -= Summary -Library for command line option analysis. - -features: -(1) It is possible