<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Naotsugu</author_name>
  <author_url>https://blog.hatena.ne.jp/Naotsugu/</author_url>
  <blog_title>A Memorandum</blog_title>
  <blog_url>https://blog1.mammb.com/</blog_url>
  <categories>
    <anon>Ruby</anon>
  </categories>
  <description>配列 Rubyでは組み込みの Array クラスが配列を表します。配列を作成するにはリテラルを使用するか、明示的に Array オブジェクトを生成します。 a = [ 3.14, &quot;pie&quot;, 99] a.class # Array a.length # 3 a[2] # pie a[3] # nil(Rubyではnilもオブジェクト) b = Array.new b[0] = 3.14 b[0] # 3.14 配列は[]演算子によって参照します。負数のインデックスでアクセスすると、配列の終わりから数えた位置のオブジェクトが参照できます。 配列は[start, count]という2つの数値の組…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog1.mammb.com%2Fentry%2F20100102%2F1262692577&quot; title=&quot;だいたい3分ぐらいでJRuby　〜コンテナとブロック〜 - A Memorandum&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>2010-01-02 20:56:17</published>
  <title>だいたい3分ぐらいでJRuby　〜コンテナとブロック〜</title>
  <type>rich</type>
  <url>https://blog1.mammb.com/entry/20100102/1262692577</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
