setup_generator(generator_name = @generator_name)
Instance Public methods
Set up an output generator for the named
generator_name
.
If the found generator responds to :setup_options it will be called with the options instance. This allows generators to add custom options or set default options.
Please login to continue.