summaryrefslogtreecommitdiffhomepage
path: root/test/t/proc.rb
AgeCommit message (Collapse)Author
2015-06-22fix arity of lambdas with optional argumentscremno
From the CRuby 2.2.2 Proc#arity documentation: If the block has optional arguments, returns -n-1, where n is the number of mandatory arguments, with the exception for blocks that are not lambdas and have only a finite number of optional arguments; in this latter case, returns n.
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, ↵Keita Obo
instance variable. Fix #1504
2013-09-18Fixed self value in a block is changed with return valueKeita Obo
fix #1504
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 ↵Daniel Bovensiepen
Object