ruby / strscan

Provides lexical scanning operations on a String.
BSD 2-Clause "Simplified" License
81 stars 32 forks source link

Omit tests for `#scan_byte` and `#peek_byte` on TruffleRuby temporary #91

Closed andrykonchin closed 7 months ago

andrykonchin commented 7 months ago

The methods were added in #89 but they aren't implemented in TruffleRuby yet. So let's skip them for now to have CI green.