APIdock / Ruby
/
method

new

ruby latest stable - Class: OptionParser
new()
public

Pushes a new List.

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

AltStyle によって変換されたページ (->オリジナル) /