From 34ee9a1b0994d6588b011f73f3472fc856ae7ff9 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 2 May 2013 11:16:05 -0400 Subject: [PATCH] close parentheses --- README.md | 2 +- lib/yawpa.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b284d29..b3fddfb 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/lib/yawpa.rb b/lib/yawpa.rb index b076f54..64c41a0 100644 --- a/lib/yawpa.rb +++ b/lib/yawpa.rb @@ -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 = {}