We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2553a commit 104b446Copy full SHA for 104b446
str_blank/README.md
@@ -14,6 +14,7 @@ Tested on three strings:
14
* `st = '________'` -- worst case (passes after last char)
15
* `sf = '_______a'` -- worst case (fails on last char)
16
* `sg = 'a_______'` -- best case (fails on first char)
17
+
18
(Note: underscores represent space chars.)
19
20
### Ruby 2.1.0
0 commit comments