Function magnus::class::match_class

source ·
pub fn match_class() -> RClass
Expand description

Return Ruby’s MatchData class.

§Panics

Panics if called from a non-Ruby thread. See Ruby::class_match for the non-panicking version.