diff options
author | Koichi Sasada <[email protected]> | 2019-12-10 16:19:13 +0900 |
---|---|---|
committer | Koichi Sasada <[email protected]> | 2019-12-11 11:24:42 +0900 |
commit | 2c5c60754cafe9895b7a7421cd0552eaa2ae8b09 () | |
tree | 9f2d074bb370d18483afa7372df3bacf71f07955 /builtin.c | |
parent | 943f3e5fd463bf2a4a3a4e92b5134e238b9c931d (diff) |
use compiled binary for gem_prelude.rb.
`gem_prelude.rb` is not compiled yet. This compile it to compiled binary.
Notes: Merged: https://.com/ruby/ruby/pull/2735
-rw-r--r-- | builtin.c | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -39,5 +39,11 @@ rb_load_with_builtin_functions(const char *feature_name, const struct rb_builtin void Init_builtin(void) { - // } |