mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
use compiled binary for gem_prelude.rb.
`gem_prelude.rb` is not compiled yet. This patch compile it to compiled binary.
This commit is contained in:
parent
943f3e5fd4
commit
2c5c60754c
Notes:
git
2019-12-11 11:25:19 +09:00
6 changed files with 29 additions and 12 deletions
|
@ -39,5 +39,11 @@ rb_load_with_builtin_functions(const char *feature_name, const struct rb_builtin
|
|||
void
|
||||
Init_builtin(void)
|
||||
{
|
||||
//
|
||||
// nothing
|
||||
}
|
||||
|
||||
void
|
||||
Init_builtin_features(void)
|
||||
{
|
||||
rb_load_with_builtin_functions("gem_prelude", NULL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue