summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-proc-ext/test
AgeCommit message (Collapse)Author
2014-03-31Add API to define cfunc Proc with userdata.take_cheeze
The APIs are defined in mruby-proc-ext so include it before using this API. See mruby-proc-ext's test code for usage. This should resolve #1794.
2014-03-06fix and add test for Proc#source_locationtake_cheeze
2013-08-04Improve test of mruby-proc-ext GEMDaniel Bovensiepen
2013-04-17Add mruby-proc-exth2so5