mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Do not export InitVM functions
This commit is contained in:
parent
e29a85a96c
commit
0723c107f4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module RbConfig
|
|||
end
|
||||
|
||||
class Exports
|
||||
PrivateNames = /(?:Init_|ruby_static_id_|DllMain\b)/
|
||||
PrivateNames = /(?:Init_|InitVM_|ruby_static_id_|DllMain\b)/
|
||||
|
||||
@@subclass = []
|
||||
def self.inherited(klass)
|
||||
|
|
Loading…
Reference in a new issue