mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
merge revision(s) b8386f7f7f
[Backport #18161]
Prepend DebugSystem to VCS class only
And revert 24e5f1c982
, pepending to
Kernel did not affect the top level methods before 3.0.
This commit is contained in:
parent
2a7235421f
commit
ac7c2754c0
2 changed files with 4 additions and 7 deletions
|
@ -117,9 +117,6 @@ else
|
|||
ret
|
||||
end
|
||||
end
|
||||
module Kernel
|
||||
prepend(DebugSystem)
|
||||
end
|
||||
end
|
||||
|
||||
class VCS
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# define RUBY_VERSION_MAJOR RUBY_API_VERSION_MAJOR
|
||||
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
|
||||
#define RUBY_VERSION_TEENY 4
|
||||
#define RUBY_VERSION_TEENY 5
|
||||
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
|
||||
#define RUBY_PATCHLEVEL 191
|
||||
#define RUBY_PATCHLEVEL 192
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2021
|
||||
#define RUBY_RELEASE_MONTH 7
|
||||
#define RUBY_RELEASE_DAY 31
|
||||
#define RUBY_RELEASE_MONTH 9
|
||||
#define RUBY_RELEASE_DAY 19
|
||||
|
||||
#include "ruby/version.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue