puppet-strings/lib/puppet_x/puppetlabs/strings/yard/handlers
Ian Kronquist badd019364 (PDOC-21) Only create HostClass parameters once
You can pass a block to the constructor of the hostclass. For some reason Yard
is yielding the block twice. Our code is not yielding the block because we only
use yield in one place which is unrelated. I don't think this is intended
behavior on yard's part, it certainly seems odd, but we can dodge the question
and not have to wait for an upstream patch by extracting the logic from the
block and running it after the object has been initialized.
2015-08-12 10:18:31 -07:00
..
base.rb
defined_type_handler.rb
host_class_handler.rb (PDOC-21) Only create HostClass parameters once 2015-08-12 10:18:31 -07:00
puppet_3x_function_handler.rb
puppet_4x_function_handler.rb