puppet-strings/lib/puppetx/yardoc/yard
Charlie Sharpsteen 0eb6ec1158 Support Ruby 1.8.7 using backports
The YARD plugin is currently architected using `require_relative` so that it
can be loaded outside of Puppet. Unfortunately, `require_relative` first
appeared in Ruby 1.9.1.

Achieve compatibility using the Backports gem.
2014-05-24 16:49:54 -07:00
..
handlers Re-work require statements 2014-05-24 16:46:37 -07:00
handlers.rb Add simple handlers 2014-05-22 23:45:08 -07:00
parser.rb Re-work require statements 2014-05-24 16:46:37 -07:00
plugin.rb Support Ruby 1.8.7 using backports 2014-05-24 16:49:54 -07:00