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