<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>maeshima</author_name>
  <author_url>https://blog.hatena.ne.jp/maeshima/</author_url>
  <blog_title>maeshimaの日記</blog_title>
  <blog_url>https://maeshima.hateblo.jp/</blog_url>
  <categories>
    <anon>ruby</anon>
  </categories>
  <description>メモ Enumerable#cycle object.to_a.cycle と同じ Enumerable#drop オブジェクトの最初の n 個を捨てた配列を返す。非破壊的。Enumerable#firstと対をなすメソッド ary = [1, 2, 3] ary.drop(2) #=&gt; [3] ary #=&gt; [1, 2, 3] Enumerable#drop_while ブロック内で最初に偽となった要素よりも前の要素を捨てた配列を返す ary = [1,2,3,4,5,6,7,8,9,10] ary.drop_while {|item| item &lt; 5} #=&gt; [5, 6, 7, 8,…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmaeshima.hateblo.jp%2Fentry%2F20110406%2F1302105202&quot; title=&quot;Enumerableその１ - maeshimaの日記&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>2011-04-06 00:53:22</published>
  <title>Enumerableその１</title>
  <type>rich</type>
  <url>https://maeshima.hateblo.jp/entry/20110406/1302105202</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
