class Crygen::Generators::Comment

Overview

Static class generator that allows to generate the multiline comment(s).

Defined in:

generators/comment.cr

Class Method Summary

Class Method Detail

def self.generate(comments : Array(String)) : String #

Generates the n line comment.


[View source]