Method: Puppet::Pops::Types::PCallableType#last_range

Defined in:
lib/puppet/pops/types/types.rb

#last_rangeObject

Returns the number of accepted arguments for the last parameter type [min, max]



2359
2360
2361
# File 'lib/puppet/pops/types/types.rb', line 2359

def last_range
  @param_types.nil? ? nil : @param_types.repeat_last_range
end