John Bampton
4f2f2cfd20
Add ls-lint with GitHub Actions
...
Rename files in the `mrbgems` directory
2025-05-14 01:14:02 +10:00
Yukihiro "Matz" Matsumoto
cce8f62b21
mruby-object-ext/test: call #remove_const via #__send__
2025-03-07 17:17:40 +09:00
dearblue
f9151e0bd9
Fixed argument forwarding in instance_exec
...
However, on C, there is no easy way to pass keyword arguments.
Therefore, when called `Kernel#instance_exec` on C, keyword arguments are converted to positional arguments.
This is a limitation of current mruby.
fixed #6389
2024-10-24 21:20:46 +09:00
KOBAYASHI Shuji
2d520eaf6f
Move NilClass#to_h to mruby-object-ext from mruby-enum-ext
2019-07-24 20:13:26 +09:00
Yukihiro "Matz" Matsumoto
cca19532c5
Remove Kernel#class_defined? which is not available in CRuby; #3829
2019-01-03 11:34:35 +09:00
YAMAMOTO Masaya
9afd376fa4
Support MRB_WIHTOUT_FLOAT to mruby-object-ext
2017-10-16 18:15:25 +09:00
Bouke van der Bijl
4523aaec01
Fix segfault when defining class inside instance_exec on primitive
2016-11-24 10:06:15 -05:00
ksss
d3ea800cba
Implement Object#tap
2014-03-27 19:36:07 +09:00
Daniel Bovensiepen
b99aa126a6
Improve test of mruby-object-ext GEM
2013-08-04 22:41:45 +08:00
h2so5
2117f0973c
Add Object#instance_exec
2013-07-01 16:23:14 +09:00
Akira Yumiyama
36fc42e7db
add nil.to_a, nil.to_f, nil.to_i methods
2013-06-28 10:01:07 +09:00