Define RactorLocalSingleton on .mspec.constants

This commit is contained in:
Hiroshi SHIBATA 2024-10-01 18:41:38 +09:00
parent d109c7c620
commit 3ebc85e240
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
2 changed files with 1 additions and 1 deletions

View File

@ -146,6 +146,7 @@ Prime
Private Private
ProcFromMethod ProcFromMethod
Psych Psych
RactorLocalSingleton
REXML REXML
RUBY_SIGNALS RUBY_SIGNALS
RbReadline RbReadline

View File

@ -47,6 +47,5 @@ class MSpecScript
/\wSpecs?$/, /\wSpecs?$/,
/^CS_CONST/, /^CS_CONST/,
/^CSL_CONST/, /^CSL_CONST/,
/^RactorLocalSingleton/,
] ]
end end