Skip to content

Commit

Permalink
rubyforge.org is dead, changing documentation pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
nanobowers committed Apr 27, 2024
1 parent 936e463 commit 2917cfb
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 2917cfb

Please sign in to comment.