pub trait ToSymbol { // Required method fn to_sym(&self, mrb: *mut minu_state) -> RSymbol; }
Extension trait that defines to_sym method.
to_sym