<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mas-higa</author_name>
  <author_url>https://blog.hatena.ne.jp/mas-higa/</author_url>
  <blog_title>ひがきの日記</blog_title>
  <blog_url>https://mas-higa.hatenadiary.org/</blog_url>
  <categories>
    <anon>Ruby</anon>
    <anon>rubykansai54</anon>
  </categories>
  <description>第54回 Ruby/Rails勉強会@関西 演習問題 1 既存の Array に変更を加える方法と、新しく Array を作る方法で [0, 1, 2, 3] という Array を作ろうという問題。 a = [] b = a b # =&gt; [] a.object_id # =&gt; 134275960 4.times{|i| a[i] = i} a # =&gt; [0, 1, 2, 3] a.object_id # =&gt; 134275960 b # =&gt; [0, 1, 2, 3] Array#[]= で Array オブジェクトを変更する例。 object_id が等しいので既存のオブジェクトの変更…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmas-higa.hatenadiary.org%2Fentry%2F20120531%2F1338468620&quot; title=&quot;演習問題解答例 - ひがきの日記&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>2012-05-31 21:50:20</published>
  <title>演習問題解答例</title>
  <type>rich</type>
  <url>https://mas-higa.hatenadiary.org/entry/20120531/1338468620</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
