Skip to content
cremno edited this page Sep 10, 2013 · 2 revisions

mrb_p

Declaration Definition
mruby.h print.c
void mrb_p(mrb_state *mrb, mrb_value obj);

calls #inspect on obj and writes the result plus '\n' to stdout

Parameters

  • mrb: mruby VM state
  • obj: mruby object

Return value

None.

See also

TODO

Clone this wiki locally