HOMELv004 h = Hash.new(0); h[:a] の結果はどれか。 2026年1月24日 デフォルト値0なので未登録キーは0 {a: 1}.delete(:a) の戻り値はどれか。 h = {a: 1}; h.fetch(:b, 5) の結果はどれか。