<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>BigFatCat</author_name>
  <author_url>https://blog.hatena.ne.jp/BigFatCat/</author_url>
  <blog_title>BigFatCatのブログ</blog_title>
  <blog_url>https://bigfatcat.hateblo.jp/</blog_url>
  <categories>
    <anon>ruby</anon>
    <anon>勉強</anon>
  </categories>
  <description>メモ コンテナとは、1つ以上の他のオブジェクトへのリファレンスを保持するオブジェクトのこと（例えば、配列, ハッシュなど） 配列 a = [1, 3, 5, 7, 9] # 開始位置から長さ分を右辺の値に置換 a[2, 2] = 'cat' #=&gt; [1, 3, &quot;cat&quot;, 9] # 開始位置の前に右辺を挿入 a[2, 0] = 'dog' #=&gt; [1, 3, &quot;dog&quot;, &quot;cat&quot;, 9] # 範囲を削除 a[0..1] = [] #=&gt; [&quot;dog&quot;, &quot;cat&quot;, 9] # 配列のサイズは自動的に調整される a[4..5] = 99, 98 #=&gt; [&quot;dog&quot;, &quot;cat&quot;, 9…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbigfatcat.hateblo.jp%2Fentry%2F20070801%2F1185974976&quot; title=&quot; ピッケル本を読む（３）第4章 コンテナ・ブロック・イテレータ - BigFatCatのブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-08-01 22:29:36</published>
  <title> ピッケル本を読む（３）第4章 コンテナ・ブロック・イテレータ</title>
  <type>rich</type>
  <url>https://bigfatcat.hateblo.jp/entry/20070801/1185974976</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
