Skip to content

Commit c046758

Browse files
author
jneen
committed
add StringScanner#rest to the list of methods that look ahead/behind
1 parent 27f6359 commit c046758

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/string_scanner.cr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
# * `#peek`
4646
# * `#check`
4747
# * `#check_until`
48+
# * `#rest`
4849
# * `#current_char`, `#current_char?`
4950
# * `#previous_char`, `#previous_char?`
5051
# * `#current_byte`, `#current_byte?`

0 commit comments

Comments
 (0)