Skip to main content

RSTRING_END

Function RSTRING_END 

Source
pub unsafe fn RSTRING_END(obj: VALUE) -> *const c_char
Expand description

Get pointer to end of string contents (akin to RSTRING_END).

ยงSafety

  • obj must be a valid Ruby String object