mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
The script in prelude.rb was embed in MRI to load it (eval this script at everyboot). This commit change the loading process of prelude.rb. MRI doesn't eval a script, but load from compiled binary with builtin feature. So that Init_prelude() does not load `prelude.rb` now.