module

Crygen::Modules::Arg

Module that is used to store and add the arguments.

Instance methods

add_arg(name : String, type : String, value : String | Nil = nil) : self

Adds an argument.

Source
add_args(*args : Tuple(String, String, String | Nil)) : self

Adds several arguments.

Source
generate_args

Generate the args.

Source