module
Crygen::Modules::Arg
Overview
Module that is used to store and add the arguments.
Direct including types
Defined in:
modules/arg.crInstance Method Summary
-
#add_arg(name : String, type : String, value : String | Nil = nil) : self
Adds an argument.
-
#generate_args : String
Generate the args.
Instance Method Detail
Adds an argument.