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 --- 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 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