<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tomotomo1129</author_name>
  <author_url>https://blog.hatena.ne.jp/tomotomo1129/</author_url>
  <blog_title>Web開発における知見共有系ページ</blog_title>
  <blog_url>https://job-info.hateblo.jp/</blog_url>
  <categories>
    <anon>Ruby</anon>
  </categories>
  <description>Rubyで配列を扱う 配列の作成 要素の追加 要素の取得 要素の削除 配列の長さを取得 配列のループ処理 Rubyで配列を扱う Rubyで配列を扱う方法を説明します。 配列の作成 # 配列の作成 array = [1, 2, 3, 4, 5] 要素の追加 # 配列に要素を追加する array &lt;&lt; 6 要素の取得 # インデックスを指定して要素を取得 element = array[0] # 1が返される 要素の削除 # 最後の要素を削除する array.pop # 6が削除される 配列の長さを取得 # 配列の長さを取得 length = array.length # 5が返される 配列のルー…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjob-info.hateblo.jp%2Fentry%2F2024%2F08%2F23%2F092240&quot; title=&quot;Rubyで配列を扱う - Web開発における知見共有系ページ&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>2024-08-23 09:22:40</published>
  <title>Rubyで配列を扱う</title>
  <type>rich</type>
  <url>https://job-info.hateblo.jp/entry/2024/08/23/092240</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
