lib/trav3/options.rb in trav3-0.0.2 vs lib/trav3/options.rb in trav3-0.0.3

- old
+ new

@@ -14,10 +14,10 @@ def build(**args) @opts ||= [] for (key, value) in args - @opts = @opts.keep_if {|a, _| (eval ki)[a] } + remove(key) @opts.push(pb[key, value]) end end def remove(key)