SciRuby / rubex

rubex - A Ruby-like language for writing Ruby C extensions.
BSD 2-Clause "Simplified" License
451 stars 21 forks source link

Support for blocks #15

Open v0dro opened 7 years ago

v0dro commented 7 years ago

Blocks are an integral part of Ruby and users should be allowed to supply blocks to any Ruby method just like normal Ruby.