summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-kernel-ext/mrblib
AgeCommit message (Collapse)Author
2019-05-19Should clarify the role of `mruby-kernel-ext` and `mruby-object-ext`; close ↵Yukihiro "Matz" Matsumoto
#4449 The former should contain function like methods, and the latter should contain methods shared by all objects.
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