Comment

A sh comment using '#' as is.

Compared to Text a comment is affected by indentation.

@safe
class Comment : BaseModule {}

Constructors

this
this(string contents)

Construct a one-liner comment from contents.

Meta