module Crygen::Modules::Comment
Overview
Module that is used to store and add the comments.
Direct including types
Defined in:
modules/comment.crInstance Method Summary
-
#add_comment(value : String) : self
Add a line or a multiline comment.
Instance Method Detail
def add_comment(value : String) : self
#
Add a line or a multiline comment. Parameters:
- value : String Returns: an object class itself.