summaryrefslogtreecommitdiff
path: root/yjit/src/cruby.rs
diff options
context:
space:
mode:
-rw-r--r--yjit/src/cruby.rs2
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 {