Method: Puppet::Pops::Types::PObjectType#callable_args?
- Defined in:
- lib/puppet/pops/types/p_object_type.rb
#callable_args?(callable, guard) ⇒ Boolean
847 848 849 |
# File 'lib/puppet/pops/types/p_object_type.rb', line 847 def callable_args?(callable, guard) @parent.nil? ? false : @parent.callable_args?(callable, guard) end |