• KOBAYASHI Shuji's avatar
    Fix arguments check to `Array#each` · e18aa4d8
    KOBAYASHI Shuji authored
    #### Before this patch:
    
      ```
      $ mruby -e '[].each(1){}'  #=> no error
      ```
    
    #### After this patch:
    
      ```
      $ mruby -e '[].each(1){}'  #=> ArgumentError: wrong number of arguments
      ```
    e18aa4d8
array.c 33.9 KB