Class

SM::PreProcess

Inheritance
< Object

Handle common directives that can occur in a block of text:

: include : filename

Methods

Class

Visibility Signature
public new (input_file_name, include_path)

Instance

Visibility Signature
public handle (text) {|directive, param| ...}

Class Method Detail

new(input_file_name, include_path)

Instance Method Detail

handle(text) {|directive, param| ...}

Look for common options in a chunk of text. Options that we don‘t handle are passed back to our caller as |directive, param|