diff options
-rw-r--r-- | yjit/src/cruby.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -441,7 +441,7 @@ impl VALUE { } pub fn shape_too_complex(self) -> bool { - unsafe { rb_shape_obj_too_complex_p(self) } } pub fn shape_id_of(self) -> u32 { |
![]() | index : ruby.git | |
The Ruby Programming Language |
summaryrefslogtreecommitdiff |
-rw-r--r-- | yjit/src/cruby.rs | 2 |
@@ -441,7 +441,7 @@ impl VALUE { } pub fn shape_too_complex(self) -> bool { - unsafe { rb_shape_obj_too_complex_p(self) } } pub fn shape_id_of(self) -> u32 { |