mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
* `rb_intern_str`: the argument must be `T_STRING`, no conversion. * `rb_intern_str`, `rb_check_id`, `rb_to_id`, `rb_check_symbol`: raise `EncodingError` unless the "name" argument is a valid string in its encoding.