artichoke_backend/extn/core/regexp/
boxing.rs

1use crate::convert::HeapAllocatedData;
2use crate::extn::core::regexp::Regexp;
3
4impl HeapAllocatedData for Regexp {
5    const RUBY_TYPE: &'static str = "Regexp";
6}