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