Skip to content

Commit 9b60366

Browse files
committed
Removed trailing spaces
1 parent 0eca6c3 commit 9b60366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/strscan/lib/strscan/strscan.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
class StringScanner
44
# call-seq:
55
# scan_integer(base: 10)
6-
#
6+
#
77
# If `base` isn't provided or is `10`, then it is equivalent to calling `#scan` with a `[+-]?\d+` pattern,
88
# and returns an Integer or nil.
99
#
1010
# If `base` is `16`, then it is equivalent to calling `#scan` with a `[+-]?(0x)?[0-9a-fA-F]+` pattern,
1111
# and returns an Integer or nil.
12-
#
12+
#
1313
# The scanned string must be encoded with an ASCII compatible encoding, otherwise
1414
# Encoding::CompatibilityError will be raised.
1515
def scan_integer(base: 10)

0 commit comments

Comments
 (0)