mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
![]() * {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 |
||
---|---|---|
.. | ||
shared | ||
case_compare_spec.rb | ||
casefold_spec.rb | ||
compile_spec.rb | ||
encoding_spec.rb | ||
eql_spec.rb | ||
equal_value_spec.rb | ||
escape_spec.rb | ||
fixed_encoding_spec.rb | ||
hash_spec.rb | ||
initialize_spec.rb | ||
inspect_spec.rb | ||
last_match_spec.rb | ||
match_spec.rb | ||
named_captures_spec.rb | ||
names_spec.rb | ||
new_spec.rb | ||
options_spec.rb | ||
quote_spec.rb | ||
source_spec.rb | ||
to_s_spec.rb | ||
try_convert_spec.rb | ||
union_spec.rb |