Skip to content
  • Koichi Sasada's avatar
    9c1abe2a
    load prelude.rb by builtin features. · 9c1abe2a
    Koichi Sasada authored
    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.
    9c1abe2a
    load prelude.rb by builtin features.
    Koichi Sasada authored
    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.
Loading