Functionsยง
- mrb_
call_ block - Calls a Ruby block (Proc) with the given receiver and arguments.
- mrb_
call_ inspect - mrb_
call_ p - mrb_
define_ class_ cmethod - mrb_
define_ cmethod - Defines a C method (native Rust function) on a Ruby class.
- mrb_
define_ method - Defines a Ruby method (RProc) on a Ruby class.
- mrb_
define_ module_ cmethod - Defines a C method (native Rust function) on a Ruby module.
- mrb_
define_ module_ method - Defines a Ruby method (RProc) on a Ruby module.
- mrb_
define_ singleton_ cmethod - Defines a singleton C method (native Rust function) on a specific Ruby object.
- mrb_
define_ singleton_ method - Defines a singleton Ruby method (RProc) on a specific Ruby object.
- mrb_
funcall - Calls a method on an object by name with the given arguments.