summaryrefslogtreecommitdiffhomepage
path: root/test/t/proc.rb
AgeCommit message (Expand)Author
2015-06-22fix arity of lambdas with optional argumentscremno
2014-06-15Move direct superclass checking to `test/t/superclass.rb`.take_cheeze
2014-05-25Fix assert_equal argument order in test/t/proc.rbJun Hiroe
2014-05-13convert &arg using to_proc; fix #2242Yukihiro "Matz" Matsumoto
2014-05-10OP_ENTER fix segmentation faultksss
2014-05-10Remove use of mruby-proc-ext method.take_cheeze
2014-05-09OP_ENTER clean block object in registerksss
2013-09-18Fix self value in a block is changed with return value for Fixnum, nil, insta...Keita Obo
2013-09-18Fixed self value in a block is changed with return valueKeita Obo
2013-08-02I fix order of actual and expect test value in proc.rb.Jun Hiroe
2013-06-14Improve Proc TestsDaniel Bovensiepen
2013-04-16Add Proc#arityh2so5
2012-06-03Add more superclass testsDaniel Bovensiepen
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
2012-05-25Add Tests for all Exception classes, for false, true, Proc, Module, nil and O...Daniel Bovensiepen