<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>MasaGon</author_name>
  <author_url>https://blog.hatena.ne.jp/MasaGon/</author_url>
  <blog_title>MasaGonのアイデアフロー</blog_title>
  <blog_url>https://masagon.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>14) Array クラス Array.new Array.new #=&gt; [] Array.new(5) #=&gt; [nil, nil, nil, nil, nil] Array.new(5,0) #=&gt; [0, 0, 0, 0, 0] Array.new(3){[0, 0, 0]} #=&gt; [[0, 0, 0], [0, 0, 0], [0, 0, 0]] Array.new(5){|i| i+1} #=&gt; [1, 2, 3, 4, 5] インデックス参照は3通り インデックスのマイナス値は配列末尾からのカウント a[n] a[n..m] or a[n...m] a[n, len] 要素数0…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmasagon.hatenadiary.org%2Fentry%2F20070607%2F1181231670&quot; title=&quot;Rubyのお勉強(その3) - MasaGonのアイデアフロー&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-06-07 00:54:30</published>
  <title>Rubyのお勉強(その3)</title>
  <type>rich</type>
  <url>https://masagon.hatenadiary.org/entry/20070607/1181231670</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
