public static object Keys(RubyContext /*!*/ context, Thread /*!*/ self) { RubyThreadInfo info = RubyThreadInfo.FromThread(self); return(info.GetKeys()); }