aboutsummaryrefslogtreecommitdiffstats
path: root/test/optparse
Commit message (Expand)AuthorAgeFilesLines
* optparse.rb: into kwdargnobu2016-01-061-0/+11
* Add frozen_string_literal: false for all filesnaruse2015-12-1611-0/+11
* use assert_raisenobu2015-06-021-21/+21
* * lib/optparse.rb: The Integer acceptable now allows binary anddrbrain2013-09-051-0/+195
* test_optparse.rb: skip no_error in backtracenobu2013-04-011-1/+2
* * test/optparse/test_summary.rb (test_summary_containing_space): addnagachika2012-04-251-0/+8
* * lib/optparse.rb (OptionParser#to_a): split for each lines.nobu2012-04-241-1/+1
* * lib/optparse.rb (OptionParser#to_a): should split by end-of-linenobu2012-04-241-3/+3
* * lib/optparse.rb (OptionParser#to_a): String#to_a is no longernobu2012-04-241-0/+17
* * lib/optparse/ac.rb: autoconf-like options.nobu2012-04-021-0/+63
* * lib/optparse.rb (Regexp): fix incorrect options when casting tonobu2012-01-164-0/+24
* * lib/optparse.rb: shell completion support for zsh. based onnobu2010-11-191-0/+22
* * lib/optparse.rb: shell completion support for bash.nobu2010-11-192-1/+45
* * test/optparse/test_summary.rb: fixed superclass so that it runnobu2010-06-221-4/+2
* use require_relative.akr2010-02-025-4/+5
* * lib/optparse.rb (OptionParser#parse_in_order): do not make annobu2009-04-262-0/+10
* * lib/optparse.rb (OptionParser::List#summarize): gives prioritynobu2008-12-261-0/+23
* * lib/optparse.rb (SPLAT_PROC): fix for regexp. [ruby-dev:37514]nobu2008-12-211-0/+12
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-242-9/+9
* * test/optparse/test_getopts.rb: changed the class name of test casenobu2006-10-031-1/+1
* * test/optparse/test_getopts.rb: added short and long tests.nobu2006-09-261-2/+22
* * test/optparse/test_getopts.rb: added.nobu2006-09-261-0/+11
* * lib/optparse.rb (OptionParser::Completion#complete): new parameternobu2004-12-051-2/+2
* * lib/optparse.rb (OptionParser::Switch::PlacedArgument::parse):nobu2003-11-055-0/+255