aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorKenichi Kamiya <kachick1@gmail.com>2019-10-17 17:44:46 +0900
committerKazuhiro NISHIYAMA <znz@users.noreply.github.com>2019-10-17 17:44:46 +0900
commit2a22a6b2d8465934e75520a7fdcf522d50890caf (patch)
tree49135af238d55ebe13195dc1fd36c3604749adb3 /file.c
parent41457dcbe050a698c357b516d0a012b1b584643a (diff)
downloadruby-2a22a6b2d8465934e75520a7fdcf522d50890caf.tar.gz
Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)
* {String|Symbol}#match{?} with nil returns falsy To improve consistency with Regexp#match{?} * String#match(nil) returns `nil` instead of TypeError * String#match?(nil) returns `false` instead of TypeError * Symbol#match(nil) returns `nil` instead of TypeError * Symbol#match?(nil) returns `false` instead of TypeError * Prefer exception * Follow empty ENV * Drop outdated specs * Write ruby/spec for above https://github.com/ruby/ruby/pull/1506/files#r183242981 * Fix merge miss
Diffstat (limited to 'file.c')
0 files changed, 0 insertions, 0 deletions