Function magnus::class::hash

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

Return Ruby’s Hash class.

§Panics

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