Class: Object

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

Overview

module ParseArgs

Instance Method Summary collapse

Instance Method Details

#ParseArgs(*a, &b) ⇒ Object

–{{{



444
445
446
447
448
# File 'lib/parseargs.rb', line 444

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