$ 0 0 push, << 配列に要素を追加することができる。 arr = [] arr.push('りんご') => ["りんご"] arr << 'みかん' => ["りんご", "みかん"] %記法(…