mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix condition
This commit is contained in:
parent
a3ae90b8c5
commit
512752ba19
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ assert_equal 'true', %q{
|
||||||
|
|
||||||
def ractor_local_globals
|
def ractor_local_globals
|
||||||
/a(b)(c)d/ =~ 'abcd' # for $~
|
/a(b)(c)d/ =~ 'abcd' # for $~
|
||||||
`echo foo` unless /solaris/ !~ RUBY_PLATFORM
|
`echo foo` unless /solaris/ =~ RUBY_PLATFORM
|
||||||
|
|
||||||
{
|
{
|
||||||
# ractor-local (derived from created ractor): debug
|
# ractor-local (derived from created ractor): debug
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue