2014-05-23 04:02:35 +00:00
|
|
|
require 'puppetx'
|
|
|
|
|
|
|
|
# Nothing to see here except forward declarations.
|
2014-09-11 00:07:33 +00:00
|
|
|
module Puppetx::Strings
|
2014-05-23 04:02:35 +00:00
|
|
|
# This submodule contains bits that interface with the YARD plugin system.
|
|
|
|
module YARD
|
|
|
|
end
|
|
|
|
|
|
|
|
# This submodule contains bits that operate on the Pops module produced by
|
|
|
|
# the Future parser.
|
|
|
|
module Pops
|
|
|
|
end
|
|
|
|
end
|