Method: PuppetLint::Configuration#check_object
- Defined in:
- lib/puppet-lint/configuration.rb
#check_object ⇒ Object
Internal: Access the internal storage for check method blocks.
Returns a Hash containing all the check blocks.
127 128 129 |
# File 'lib/puppet-lint/configuration.rb', line 127 def check_object @check_object ||= {} end |