Parent

Namespace

Methods

GetoptLong

Public Class Methods

new(*arguments, &block) click to toggle source
    # File lib/more/facets/getoptlong.rb, line 37
37:   def initialize(*arguments, &block)
38:     if block_given?
39:       raise ArgumentError unless arguments.empty?
40:       arguments = DSL.new(&block).arguments
41:     end
42:     init(*arguments)
43:   end
Also aliased as: init

Public Instance Methods

init(*arguments, &block) click to toggle source
Alias for: new

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.