Actions
Bug #7757
closedString#start_with? and end_with? should accept Regexp
Description
As suggested by Ilya in #5536, the following should work:
"hello".start_with? /h/ # => true, not a TypeError
Actions
Like0
Like0