Class: Object

Inherits:
BasicObject
Defined in:
lib/parseargs.rb,
lib/parseargs-0.3.0.rb

Overview

module ParseArgs

Instance Method Summary collapse

Instance Method Details

#ParseArgs(*a, &b) ⇒ Object

–{{{



436
437
438
439
440
# File 'lib/parseargs.rb', line 436

def ParseArgs(*a, &b)
#--{{{
  ::ParseArgs::parseargs(*a, &b)
#--}}}
end