Methods
new
Classes and Modules
Class GetoptLong::DSLPublic Class methods
[ + ]
# File lib/lore/facets/getoptlong.rb, line 37 def initialize(*arguments, &block) if block_given? raise ArgumentError unless arguments.empty? arguments = DSL.new(&block).arguments end init(*arguments) end