Skip to content

Commit

Permalink
Merge pull request #148 from nanobowers/fix_rubyforge_pointer
Browse files Browse the repository at this point in the history
rubyforge.org is dead, changing documentation pointer
  • Loading branch information
Fryguy committed May 1, 2024
2 parents 936e463 + 2917cfb commit 37cc856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/optimist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ def multi_arg? ; true ; end
## ## if called with --monkey
## p opts # => {:monkey=>true, :name=>nil, :num_limbs=>4, :help=>false, :monkey_given=>true}
##
## See more examples at http://optimist.rubyforge.org.
## See more examples at https://www.manageiq.org/optimist
def options(args = ARGV, *a, &b)
@last_parser = Parser.new(*a, &b)
with_standard_exception_handling(@last_parser) { @last_parser.parse args }
Expand Down

0 comments on commit 37cc856

Please sign in to comment.