summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-eval
AgeCommit message (Collapse)Author
2014-05-14Modify eval for access outer local variableMiura Hideki
2014-04-26Define eval as module function.take_cheeze
2014-04-25Support file name and line argument in Kernel.eval .take_cheeze
Only a nil binding will be supported.
2014-03-26Add tests for mruby-eval.take_cheeze
2014-03-17add summary to mrbgems without ittake_cheeze
2013-07-23"spec.author" is better for single-author gems.Tomoyuki Sahara
"spec.author=" expects a String represents a single author. "spec.authors=" expects an Array which is a list of multiple authors. http://guides.rubygems.org/specification-reference/
2013-04-25rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206Yukihiro "Matz" Matsumoto
2013-03-23add mruby-eval mrbgem (no activation though)Yukihiro Matz Matsumoto