From fd4a3ee4ac45995639ae361bf7ccb61a59ec124d 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@5264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/optparse.rb | 713 ++++++++++++++++++++++++++++++++------------------------ 1 file changed, 406 insertions(+), 307 deletions(-) (limited to 'lib/optparse.rb') 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. - -=begin -= Summary -Library for command line option analysis. - -features: -(1) It is possible