class PoParser::Scanner

Overview

Extending native StringScanner to add some methods that were not implemented in Crystal for some reason

Defined in:

po_parser/scanner.cr

Instance Method Summary

Instance Method Detail

def bol? #

Returns true if the scan pointer is at the beginning of the line.


[View source]
def get_char #

Scans one character and returns it. This method is multibyte character sensitive.


[View source]