You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
So I don't think the library has support for this yet, but I don't think it'll be complicated to add; basically we need a new value type called Symbol that MrbValue()'s with C.mrb_intern_cstr. This should yield the values necessary to populate the hash table, or use symbols in any other context.
It might take me a few weeks to free up time but i can do this patch soon.
I read the doc, use
Hash.Get
to access values, but I can't find a way to convert toSymbol
.The text was updated successfully, but these errors were encountered: