mruby-struct/struct.rb: include Enumerable module.

Struct.ancestors should be [Struct, Enumerable, Object, Kernel, BasicObject]
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-08-06 07:05:24 +09:00
parent a0c02e0a64
commit 521072ca3a
+1
View File
@@ -3,6 +3,7 @@
#
# ISO 15.2.18
class Struct
include Enumerable
##
# Calls the given block for each element of +self+