getopts(*args)
See #getopts.
# File lib/optparse.rb, line 1417 def self.getopts(*args) new.getopts(*args) end