fn extract_ruby_data<T>(file: impl Read, path: impl AsRef<Path>) -> Result<()>where T: Serialize + for<'a> FromValue<'a>,