Method: Clive::Option#args
- Defined in:
- lib/clive/option.rb
#args ⇒ Arguments (readonly)
Returns List of arguments this Option can take when ran.
41 42 43 |
# File 'lib/clive/option.rb', line 41 def args @args end |
Returns List of arguments this Option can take when ran.
41 42 43 |
# File 'lib/clive/option.rb', line 41 def args @args end |