HOMELv025 `a = [1, 2]; b = [1, 2]; a.eql?(b)` の結果はどれか。 2026年1月24日 実行するとtrueになる `”abcdefg”[2, 3]` の結果はどれか。 例外処理 `rescue` の引数を省略した場合、捕捉されない例外はどれか(一例)。