Method: Puppet::Parser::Scope::ParameterScope#bound?

Defined in:
lib/puppet/parser/scope.rb

#bound?(name) ⇒ Boolean

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.

Returns:

  • (Boolean)


243
244
245
# File 'lib/puppet/parser/scope.rb', line 243

def bound?(name)
  @params.include?(name)
end