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