class Icersplicer::FileProcessor
- Icersplicer::FileProcessor
- Reference
- Object
Defined in:
icecrystals/icersplicer.crConstant Summary
-
COLOURS =
{"black" => 0, "red" => 1, "green" => 2, "yellow" => 3, "blue" => 4, "purple" => 5, "cyan" => 6, "white" => 7}
-
KEYWORD_DELIMITER =
","
Constructors
Instance Method Summary
- #countlines(inputfile)
- #debug=(debug : Int32)
- #debug=(debug : Int32)
- #debug? : Int32
- #filterlinestats(filterlines)
- #first_load
- #highlighter=(highlighter : String)
- #highlighter=(highlighter : String)
- #highlighter? : String
- #home=(home : String)
- #home=(home : String)
- #home? : String
- #keywordsfile=(keywordsfile : String)
- #keywordsfile=(keywordsfile : String)
- #keywordsfile? : String
- #load_keywords
- #nolinenumbers=(nolinenumbers : Bool)
- #nolinenumbers=(nolinenumbers : Bool)
- #nolinenumbers? : Bool
- #print_to_screen(linenum, text, quiet)
- #reset_screen
- #skip(line)
- #skip_lines=(skip_lines : Hash(Int32, Int32))
- #skip_processor(filter)
- #stats(inputfile, outputfile)
- #text_highlighter(text)
- #text_processor(data)