Function magnus::class::integer

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

Return Ruby’s Integer class.

§Panics

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