Skip to content

mrb_bool_value

cremno edited this page Sep 10, 2013 · 3 revisions

mrb_bool_value

Declaration Definition
value.h value.h
static inline mrb_bool_value(mrb_bool boolean);

TODO (description)

Parameters

  • boolean: TODO

Return value

If boolean is nonzero, Ruby's true. Otherwise Ruby's false.

See also

Clone this wiki locally