puppet-strings/lib/puppetx/yardoc/yard/code_objects
Charlie Sharpsteen a051319b34 Clobber YARD namespace proxies
When creating an object, YARD will split the object name using `::` and
recursively create proxy namespaces for each component. Unfortunately this
process is optimized for Ruby and somewhat mangles Puppet code as Puppet class
names are not capitalized.

For now, dispense with this behavior by implementing `HostClassObject.new`.
2014-05-26 17:55:43 -07:00
..
host_class_object.rb Clobber YARD namespace proxies 2014-05-26 17:55:43 -07:00