<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gkojax</author_name>
  <author_url>https://blog.hatena.ne.jp/gkojax/</author_url>
  <blog_title>ブログタイトル入力 </blog_title>
  <blog_url>https://gkojax.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>active_support関連で。 require 'active_support/all' def a return [1] end def b return nil end c = b || a d = b.presence || a この場合cもdも、aの結果である[1]になる。次、 def a return [1] end def b return [] end c = b || a c = b.presence || a この場合cは[]、dは[1]。b.presenceはb.present?がtrueの場合自身を返して、falseの場合nilを返す、だったと思います。それにしても…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgkojax.hatenadiary.org%2Fentry%2F20120329%2F1333036379&quot; title=&quot;なんかメモだけ残ってたので思い出して書く - ブログタイトル入力 &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>2012-03-29 00:52:59</published>
  <title>なんかメモだけ残ってたので思い出して書く</title>
  <type>rich</type>
  <url>https://gkojax.hatenadiary.org/entry/20120329/1333036379</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
