From fd4a3ee4ac45995639ae361bf7ccb61a59ec124d Mon Sep 17 00:00:00 2001 From: gsinclair Date: Tue, 23 Dec 2003 13:27:42 +0000 Subject: [PATCH] * lib/optparse.rb: incomplete RDoc documentation added in place of existing RD comments. Tabs converted to spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 + lib/optparse.rb | 703 +++++++++++++++++++++++++++--------------------- 2 files changed, 406 insertions(+), 302 deletions(-) diff --git a/ChangeLog b/ChangeLog index 03ac000f81..67faca8380 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 af512e2795..fe597987c0 100644 --- a/lib/optparse.rb +++ b/lib/optparse.rb @@ -1,61 +1,184 @@ -# optparse library, not octopus. +# +# optparse.rb - command-line option analysis with the OptionParser class. +# +# Author:: Nobu Nakada +# Documentation:: Nobu Nakada and Gavin Sinclair. +# -=begin -= Summary -Library for command line option analysis. - -features: -(1) It is possible