mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
11 lines
214 B
Ruby
11 lines
214 B
Ruby
##
|
|
# Module ISO Test
|
|
|
|
assert('Module', '15.2.2') do
|
|
Module.class == Class
|
|
end
|
|
|
|
# TODO not implemented ATM assert('Module.constants', '15.2.2') do
|
|
|
|
# TODO not implemented ATM assert('Module.nesting', '15.2.2') do
|