Merge pull request #69 from HAIL9000/issue/master/PDOC-58_strings_server_throws_exception

(maint) Fix ruby namespacing issue
This commit is contained in:
Henrik Lindberg 2015-12-12 01:14:54 -08:00
commit 3c70b5d3d2
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@ Gemfile.lock
## YARD
.yardoc
.yardwarns
## MODULE BUILDS
**/pkg

View File

@ -1,6 +1,6 @@
require 'puppet_x/puppetlabs/strings/yard/core_ext/yard'
class PuppetX::PuppetLabs::Strings::YARD::Handlers::Base < YARD::Handlers::Base
class PuppetX::PuppetLabs::Strings::YARD::Handlers::Base < ::YARD::Handlers::Base
# Easy access to Pops model objects for handler matching.
include Puppet::Pops::Model
# Easy access to custom code objects from which documentation is generated.