<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>osyo-manga</author_name>
  <author_url>https://blog.hatena.ne.jp/osyo-manga/</author_url>
  <blog_title>Secret Garden(Instrumental)</blog_title>
  <blog_url>https://secret-garden.hatenablog.com/</blog_url>
  <categories>
    <anon>Ruby</anon>
  </categories>
  <description>Ruby のブロック内で return するとブロックを抜けるのではなくて、メソッドから抜けます。 [コード] def sum n result = 0 n.times.each { |it| # ここで return を呼ぶとブロックを抜けるのではなくて # メソッドから抜ける return if it &gt; 10 result += it } result end sum 5 # =&gt; 10 sum 10 # =&gt; 45 sum 20 # =&gt; nil ブロックから抜けたいときにうっかり使いそうなので注意する必要がありそう。 ちなみにブロックから抜けるわけではないですが、ブロックの処理をスキ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsecret-garden.hatenablog.com%2Fentry%2F2015%2F06%2F09%2F000000&quot; title=&quot;Ruby のブロック内で return すると… - Secret Garden(Instrumental)&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-06-09 00:00:00</published>
  <title>Ruby のブロック内で return すると…</title>
  <type>rich</type>
  <url>https://secret-garden.hatenablog.com/entry/2015/06/09/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
