Skip to content
  • Jeremy Evans's avatar
    c257303a
    Deprecate rb_eval_cmd, add rb_eval_cmd_kw · c257303a
    Jeremy Evans authored
    rb_eval_cmd takes a safe level, and now that $SAFE is deprecated,
    it should be deprecated as well.
    
    Replace with rb_eval_cmd_kw, which takes a keyword flag.  Switch
    the two callers to this function.
    c257303a
    Deprecate rb_eval_cmd, add rb_eval_cmd_kw
    Jeremy Evans authored
    rb_eval_cmd takes a safe level, and now that $SAFE is deprecated,
    it should be deprecated as well.
    
    Replace with rb_eval_cmd_kw, which takes a keyword flag.  Switch
    the two callers to this function.
Loading