mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
da75e4b049
The purpose is to avoid using the `MRB_TT_CPTR` object. The reasons are as follows: - The `MRB_WORD_BOXING` setting involves object creation. - If object creation fails, the `ary_set_t` data leaks memory.
6 lines
163 B
Ruby
6 lines
163 B
Ruby
MRuby::Gem::Specification.new('mruby-array-ext') do |spec|
|
|
spec.license = 'MIT'
|
|
spec.author = 'mruby developers'
|
|
spec.summary = 'Array class extension'
|
|
end
|