puppet-strings/lib/puppetx/puppetlabs/strings.rb

22 lines
425 B
Ruby

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
module Handlers
end
module CodeObjects
end
end
# This submodule contains bits that operate on the Pops module produced by
# the Future parser.
module Pops
end
end
end