2014-09-16 16:07:59 +00:00
|
|
|
require 'puppetx'
|
|
|
|
|
|
|
|
# Nothing to see here except forward declarations.
|
|
|
|
module Puppetx::PuppetLabs
|
|
|
|
module Strings
|
|
|
|
|
|
|
|
# This submodule contains bits that interface with the YARD plugin system.
|
|
|
|
module YARD
|
2014-09-29 22:49:05 +00:00
|
|
|
module Handlers
|
|
|
|
end
|
|
|
|
|
|
|
|
module CodeObjects
|
|
|
|
end
|
2014-09-16 16:07:59 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
# This submodule contains bits that operate on the Pops module produced by
|
|
|
|
# the Future parser.
|
|
|
|
module Pops
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|