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