<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>doloopwhile</author_name>
  <author_url>https://blog.hatena.ne.jp/doloopwhile/</author_url>
  <blog_title>None is None is None</blog_title>
  <blog_url>https://doloopwhile.hatenablog.com/</blog_url>
  <categories>
    <anon>Ruby</anon>
  </categories>
  <description>書くのが楽しいプログラミング言語であるRubyですが、それでも「落とし穴」がいくつも存在します。 その中から私が最近ハマった落とし穴を７つ紹介します。 シンボルと文字列は異なる Rubyには「文字列（String）」(&quot;a&quot; とか 'Hello world!')の他に、文字列に似た「シンボル（Symbol）」（:aとか:hello_worldとか）があります。*1。両者は異なる型なので、例えば 'a' != :a となります。 そのため、キーがシンボルであるハッシュ（Hash）から、文字列を使って値を取り出そうとするとnilが返されます。 h = { :ja =&gt; '日本語', :en =&gt; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdoloopwhile.hatenablog.com%2Fentry%2F2015%2F12%2F05%2F210236&quot; title=&quot;Ruby初心者（つまり昨日の僕）に伝えたいRubyの７つのハマり所 - None is None is None&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-12-05 21:02:36</published>
  <title>Ruby初心者（つまり昨日の僕）に伝えたいRubyの７つのハマり所</title>
  <type>rich</type>
  <url>https://doloopwhile.hatenablog.com/entry/2015/12/05/210236</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
