class Pegasus::Generators::Api::FilesOutputMode
Overview
Output mode that produces individual files
as specified by the FileGenerator
classes.
Defined in:
generators/generators.crInstance Method Summary
-
#output(opt_parser)
Output the content of the given
opt_parser
.
Instance methods inherited from class Pegasus::Generators::Api::OutputMode
output(opt_parser)
output
Instance Method Detail
def output(opt_parser)
#
Description copied from class Pegasus::Generators::Api::OutputMode
Output the content of the given opt_parser
.