pub fn reclassify_ruby_import(
import_path: &str,
gem_names: &[String],
) -> ImportTypeExpand description
Reclassify a Ruby import using the project’s gem names Similar to reclassify_go_import() and reclassify_java_import()
pub fn reclassify_ruby_import(
import_path: &str,
gem_names: &[String],
) -> ImportTypeReclassify a Ruby import using the project’s gem names Similar to reclassify_go_import() and reclassify_java_import()