# File lib/optparse.rb, line 941 def new @stack.push(List.new) if block_given? yield self else self end end