HOMELv006 後方参照を表す特殊変数はどれか。 2026年1月24日 後方参照を表す特殊変数は$1, $2, … `[1, 2, 3, 4].partition { |n| n.even? }` の結果はどれか。 `”Ruby”.prepend(“My “)` の実行結果はどれか。