10 11 12 13 14
# File 'lib/propel/option_parser.rb', line 10 def parse!(args) options = {} parser(options).parse!(args) options end