pub fn is_ruby_source_safe(source: &str) -> boolExpand description
Check whether inline Ruby source appears safe to execute.
This is a heuristic check — it may have false positives (blocking safe code) but should not have false negatives (allowing dangerous code).