summaryrefslogtreecommitdiffhomepage
path: root/mrblib/00class.rb
AgeCommit message (Expand)Author
2021-04-16feat(CI): add the GitHub Super LinterJohn Bampton
2020-06-20Move definition of `BasicObject#!=` to `mrblib`.Yukihiro "Matz" Matsumoto
2019-08-16Implement `Class#new` using inline mruby bytecode.Yukihiro "Matz" Matsumoto
2019-08-14Integrate `kazuho/mruby-class-new-fiber-safe` in the master.Yukihiro "Matz" Matsumoto
2017-10-28Use alias to implement `attr` methodYukihiro "Matz" Matsumoto
2017-07-28Fixed return value of Module#include and #prependChristopher Aue
2016-08-20Move Module#include and #prepend to class.c; ref #3197Yukihiro "Matz" Matsumoto
2016-08-19renamed class.rb and error.rb to ensure they are read first; ref #3197Yukihiro "Matz" Matsumoto