hay i need to call instance_eval with a block from C side so i can do
something like this:
xml.abc { text “bla”} and text is called from xml obj
but work this also:
xml.abc {key=value} and key is a func from xml?
:Edit: i see this is not possible