summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-kernel-ext/mrblib/kernel.rb
AgeCommit message (Collapse)Author
2018-05-23Add `then` alias to `yield_self`.Yukihiro "Matz" Matsumoto
`then' was added in CRuby 2.6.
2017-10-17Add `Kernel#yield_self`; CRuby2.5Yukihiro "Matz" Matsumoto