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 cbc045a commit 5e8b744Copy full SHA for 5e8b744
include/ruby/internal/value_type.h
@@ -130,8 +130,8 @@ ruby_value_type {
130
RUBY_T_RATIONAL = 0x0f, /**< @see struct ::RRational */
131
132
RUBY_T_NIL = 0x11, /**< @see ::RUBY_Qnil */
133
- RUBY_T_TRUE = 0x12, /**< @see ::RUBY_Qfalse */
134
- RUBY_T_FALSE = 0x13, /**< @see ::RUBY_Qtrue */
+ RUBY_T_TRUE = 0x12, /**< @see ::RUBY_Qtrue */
+ RUBY_T_FALSE = 0x13, /**< @see ::RUBY_Qfalse */
135
RUBY_T_SYMBOL = 0x14, /**< @see struct ::RSymbol */
136
RUBY_T_FIXNUM = 0x15, /**< Integers formerly known as Fixnums. */
137
RUBY_T_UNDEF = 0x16, /**< @see ::RUBY_Qundef */
0 commit comments