Example #1
0
        public static object Keys(RubyContext /*!*/ context, Thread /*!*/ self)
        {
            RubyThreadInfo info = RubyThreadInfo.FromThread(self);

            return(info.GetKeys());
        }