做出如此深入检查的最佳方法是什么:
{:a => 1, :b => {:c => 2, :f => 3, :d => 4}}.include?({:b => {:c => 2, :f => 3}}) #=> true
谢谢
ruby hash include
hash ×1
include ×1
ruby ×1