<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shuzo_kino</author_name>
  <author_url>https://blog.hatena.ne.jp/shuzo_kino/</author_url>
  <blog_title>Bye Bye Moore</blog_title>
  <blog_url>https://shuzo-kino.hateblo.jp/</blog_url>
  <categories>
    <anon>ruby</anon>
  </categories>
  <description>まさか、このネタの続きを書く事になるとは思いませんでした…… Ruby標準添付ライブラリのSetは、集合を扱う際に便利な奴です。これ、実は重複データを取り扱う際に結構有用だったりするそうです。 実際のところ 配列で重複があるデータを取り扱う場合、私であれば ary = [] #&gt;&gt; [] ary &lt;&lt; &quot;uiA, 30, 35&quot; ary &lt;&lt; &quot;uiB, 31, 36&quot; ary &lt;&lt; &quot;uiC, 38, 31&quot; ary &lt;&lt; &quot;uiA, 30, 35&quot; ##重複 ary &lt;&lt; &quot;uiA, 30, 33&quot; p ary #&gt;&gt; [&quot;uiA, 30, 35&quot;, &quot;uiB, 31, 36&quot;, &quot;uiC…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshuzo-kino.hateblo.jp%2Fentry%2F2015%2F07%2F07%2F235715&quot; title=&quot;標準ライブラリ「set」で集合を扱う（その４） - Bye Bye Moore&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>2015-07-07 23:57:15</published>
  <title>標準ライブラリ「set」で集合を扱う（その４）</title>
  <type>rich</type>
  <url>https://shuzo-kino.hateblo.jp/entry/2015/07/07/235715</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
