ruby でこのエラーが発生する理由がわかりません。これがコードです。
def lookThere
lookAround = @warrior.look
lookAround.each do |npc|
if not npc.empty? and not npc.wall?
@npcRanged = @npcRangedList[npc.to_s()]
return
end
end
end