<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>soukouki</author_name>
  <author_url>https://blog.hatena.ne.jp/soukouki/</author_url>
  <blog_title>soukouki’s diary</blog_title>
  <blog_url>https://soukouki.hatenablog.jp/</blog_url>
  <categories>
    <anon>Ruby</anon>
  </categories>
  <description>eachで今の要素の処理をやめて、次の要素に移りたい時に 「forみたいにbreakで行けるでしょー」 (1..4).each do |n| break if n&lt;=2 p n end 「あれ？何も出ない？」 =&gt;調べる (1..4).each do |n| next if n&lt;=2 p n end # 3 # 4 nextでした</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsoukouki.hatenablog.jp%2Fentry%2F2016%2F07%2F21%2F171504&quot; title=&quot;Rubyでeachしている時に次の要素に移るキーワード - soukouki’s diary&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>2016-07-21 17:15:04</published>
  <title>Rubyでeachしている時に次の要素に移るキーワード</title>
  <type>rich</type>
  <url>https://soukouki.hatenablog.jp/entry/2016/07/21/171504</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
