We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc357c commit 2a0006cCopy full SHA for 2a0006c
include/ruby/internal/symbol.h
@@ -186,7 +186,8 @@ ID rb_check_id(volatile VALUE *namep);
186
ID rb_to_id(VALUE str);
187
188
/**
189
- * Identical to rb_id2name(), except it returns a Ruby's String instead of C's.
+ * Identical to rb_id2name(), except it returns a frozen Ruby String instead of
190
+ * a C String.
191
*
192
* @param[in] id An id to query.
193
* @retval RUBY_Qfalse No such id ever existed in the history.
0 commit comments