close parentheses

This commit is contained in:
Josh Holtrop 2013-05-02 11:16:05 -04:00
parent 5eca5e7657
commit 34ee9a1b09
2 changed files with 2 additions and 2 deletions

View File

@ -83,4 +83,4 @@ The returned `opts` value will be a hash with the observed options as
keys and any option arguments as values. keys and any option arguments as values.
The returned `args` will be an array of the unprocessed parameters (if The returned `args` will be an array of the unprocessed parameters (if
`:posix_order` was passed in `flags`, this array might contain further `: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).

View File

@ -57,7 +57,7 @@ module Yawpa
# keys and any option arguments as values. # keys and any option arguments as values.
# The returned +args+ will be an array of the unprocessed parameters (if # The returned +args+ will be an array of the unprocessed parameters (if
# +:posix_order+ was passed in +flags+, this array might contain further # +: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 = {}) def parse(params, options, flags = {})
options = _massage_options(options) options = _massage_options(options)
opts = {} opts = {}