class Novika::Resolver::Manifest::CommentPreprocessor
- Novika::Resolver::Manifest::CommentPreprocessor
- Novika::Resolver::Manifest::Preprocessor
- Reference
- Object
Overview
Strips off comments from manifest content.
Defined in:
novika/resolver.crInstance Method Summary
-
#next? : Preprocessor | Nil
Returns the next preprocessor in the chain, or nil if this preprocessor is terminal.
-
#preprocess(content : String) : String
Returns subtractively preprocessed content string.
Instance methods inherited from class Novika::Resolver::Manifest::Preprocessor
next? : Preprocessor | Nil
next?,
preprocess(content : String) : String
preprocess
Constructor methods inherited from class Novika::Resolver::Manifest::Preprocessor
new(root : RunnableRoot, group : RunnableGroup, manifest : Manifest::Present)
new
Instance Method Detail
def next? : Preprocessor | Nil
#
Description copied from class Novika::Resolver::Manifest::Preprocessor
Returns the next preprocessor in the chain, or nil if this preprocessor is terminal.
Description copied from class Novika::Resolver::Manifest::Preprocessor
Returns subtractively preprocessed content string. That is, the returned string will be shorter or of the same length as content.