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.
RUBY_VERSION_IS_3_5
1 parent bef59ed commit 22667fcCopy full SHA for 22667fc
spec/ruby/optional/capi/ext/rubyspec.h
@@ -35,6 +35,10 @@
35
(RUBY_API_VERSION_MAJOR == (major) && RUBY_API_VERSION_MINOR < (minor)))
36
#define RUBY_VERSION_SINCE(major,minor) (!RUBY_VERSION_BEFORE(major, minor))
37
38
+#if RUBY_VERSION_SINCE(3, 5)
39
+#define RUBY_VERSION_IS_3_5
40
+#endif
41
+
42
#if RUBY_VERSION_SINCE(3, 4)
43
#define RUBY_VERSION_IS_3_4
44
#endif
0 commit comments