summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-object-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.
2014-03-27Implement Object#tapksss