class PoParser::Scanner
- PoParser::Scanner
- StringScanner
- Reference
- Object
Overview
Extending native StringScanner to add some methods that were not implemented in Crystal for some reason
Defined in:
po_parser/scanner.crInstance Method Summary
-
#bol?
Returns true if the scan pointer is at the beginning of the line.
-
#get_char
Scans one character and returns it.