method
accept
v2_4_6 -
Show latest stable
- Class:
OptionParser
accept(*args, &blk)public
Directs to accept specified class t. The argument string is passed to the block in which it should be converted to the desired class.
t |
Argument class specifier, any object including Class. |
pat |
Pattern for argument, defaults to t if it responds to match. |
accept(t, pat, &block)