mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
4cca8bac6b
Inline structures have no instance variables, no finalizer, and offer as much space as possible in RBASIC object. This means 24 bytes on 64-bit platforms and 12 bytes on 32-bit platforms. mruby-inline-struct gem is only provided for testing.
6 lines
162 B
Ruby
6 lines
162 B
Ruby
MRuby::Gem::Specification.new('mruby-inline-struct') do |spec|
|
|
spec.license = 'MIT'
|
|
spec.author = 'mruby developers'
|
|
spec.summary = 'inline structure'
|
|
end
|