Files
mruby-mruby/test
cremno f0eaf9eaf5 fix arity of lambdas with optional arguments
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.
2015-06-22 13:34:24 +02:00
..
2015-01-03 17:53:32 +08:00
2014-03-03 16:53:26 +09:00
2012-09-06 07:49:14 -05:00
2012-11-05 15:50:46 +09:00

Running Tests

To run the tests, execute the following from the project's root directory.

$ make test