Пример #1
0
        public void GC()
        {
#if MRUBY
            RubyDLL.mrb_garbage_collect(rb_state);
#endif
        }