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 (PDOC-25) Fix mangled puppet namespaces 2015-03-12 16:51:00 -07:00
defined_type_handler.rb (PDOC-19) Parse type information for defined types 2015-07-28 13:27:28 -07:00
host_class_handler.rb (PDOC-21) Only create HostClass parameters once 2015-08-12 10:18:31 -07:00
puppet_3x_function_handler.rb (PDOC-27) Make fix compatible with Ruby 2x 2015-02-17 11:28:26 -08:00
puppet_4x_function_handler.rb (PDOC-21) Typecheck documented parameters 2015-07-15 11:58:36 -07:00