module Crygen::Modules::Comment

Overview

Module that is used to store and add the comments.

Direct including types

Defined in:

modules/comment.cr

Instance Method Summary

Instance Method Detail

def add_comment(value : String) : self #

Add a line or a multiline comment. Parameters:

  • value : String Returns: an object class itself.

[View source]