class PuppetLint::CheckPlugin
Public Class Methods
check(name, &b)
click to toggle source
# File lib/puppet-lint/plugin.rb, line 235 def self.check(name, &b) PuppetLint.configuration.add_check(name, &b) end