rb_sourcefile

Function rb_sourcefile 

Source
pub unsafe extern "C" fn rb_sourcefile() -> *const c_char
Expand description

Resembles __FILE__.

ยง@retval 0 Current execution context not in a ruby method. @retval otherwise The current source path of the current thread of the current ractor of the current execution context. @note This may or may not be an absolute path.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3