Method: Puppet::Interface::Action#positional_arg_count
- Defined in:
- lib/puppet/interface/action.rb
#positional_arg_count ⇒ Integer (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
The arity of the action
221 222 223 |
# File 'lib/puppet/interface/action.rb', line 221 def positional_arg_count @positional_arg_count end |