mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
more fix
This commit is contained in:
parent
48b00c4d63
commit
504f37af3d
2 changed files with 1 additions and 2 deletions
|
@ -1738,7 +1738,6 @@ r_move_ivar(st_data_t k, st_data_t v, st_data_t d)
|
|||
|
||||
if (rb_is_instance_id(key)) {
|
||||
rb_ivar_set(dest, key, value);
|
||||
return ST_STOP;
|
||||
}
|
||||
return ST_CONTINUE;
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
|
||||
#define RUBY_VERSION_TEENY 4
|
||||
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
|
||||
#define RUBY_PATCHLEVEL 226
|
||||
#define RUBY_PATCHLEVEL 227
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2023
|
||||
#define RUBY_RELEASE_MONTH 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue