This commit is contained in:
2026-04-07 00:53:30 +09:00
parent ff4b0eecf5
commit e916b4a113
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ module MaterialRepr
end
def many materials, host:
materials.map { |m| base(m, host) }
materials.map { |m| base(m, host:) }
end
end