index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-class-ext
Age
Commit message (
Expand
)
Author
2019-11-16
Revert "Implement Ruby2.7's frozen strings from `Symbol#to_s`"
KOBAYASHI Shuji
2019-10-09
Revert part of #4758 to reduce number of tests.
Yukihiro "Matz" Matsumoto
2019-10-08
Implement Ruby2.7's frozen strings from `Module#name`
KOBAYASHI Shuji
2019-09-26
Use type predicate macros instead of `mrb_type` if possible
KOBAYASHI Shuji
2019-09-16
Entrust "no block given" error to `mrb_get_args()`
dearblue
2019-06-17
Remove unneeded `mrb_str_dup()` in `Module#name`
KOBAYASHI Shuji
2018-12-04
Add new methods `Module#{>,>=,<=>}`; ref #4174
Yukihiro "Matz" Matsumoto
2018-12-04
Remove unnecessary check in `Module#<`; ref #4174
Yukihiro "Matz" Matsumoto
2018-12-04
Replace RDoc `<i></i>` to Markdown back quotes; ref #4174
Yukihiro "Matz" Matsumoto
2018-12-02
Adds Module#< and Module#<=
Rob
2018-08-30
Separate meta-programming features to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2017-12-23
Add `#module_exec` and `#class_exec` in `mruby-class-ext` gem.
Yukihiro "Matz" Matsumoto
2017-07-19
Merge pull request #3746 from christopheraue/mod_singleton_class_p
Yukihiro "Matz" Matsumoto
2017-07-18
Fixed Module#to_s and #name for #const_set modules
Christopher Aue
2017-07-18
implemented Module#singleton_class?
Christopher Aue
2016-11-13
rename mruby-module-ext to mruby-class-ext; ref #2470
Yukihiro "Matz" Matsumoto