close parentheses
This commit is contained in:
parent
5eca5e7657
commit
34ee9a1b09
@ -83,4 +83,4 @@ The returned `opts` value will be a hash with the observed options as
|
||||
keys and any option arguments as values.
|
||||
The returned `args` will be an array of the unprocessed parameters (if
|
||||
`:posix_order` was passed in `flags`, this array might contain further
|
||||
options that were not processed after observing a non-option parameters.
|
||||
options that were not processed after observing a non-option parameters).
|
||||
|
@ -57,7 +57,7 @@ module Yawpa
|
||||
# keys and any option arguments as values.
|
||||
# The returned +args+ will be an array of the unprocessed parameters (if
|
||||
# +:posix_order+ was passed in +flags+, this array might contain further
|
||||
# options that were not processed after observing a non-option parameters.
|
||||
# options that were not processed after observing a non-option parameters).
|
||||
def parse(params, options, flags = {})
|
||||
options = _massage_options(options)
|
||||
opts = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user