<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yzn</author_name>
  <author_url>https://blog.hatena.ne.jp/yzn/</author_url>
  <blog_title>yzn’s memo</blog_title>
  <blog_url>https://yzn.hatenadiary.org/</blog_url>
  <categories>
    <anon>dev</anon>
    <anon>ruby</anon>
  </categories>
  <description>モジュールの優先順位 # モジュール1の定義 module Sample1 def test puts &quot;Sample1!!&quot; end end # モジュール2の定義 module Sample2 def test puts &quot;Sample2!!&quot; end end class Clazz1 include Sample1 include Sample2 end Clazz1.new.test =&gt; Sample2!! # 最後に宣言した Sample2#test が呼び出される class Clazz2 include Sample2 include Sample1 end Clazz2.ne…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyzn.hatenadiary.org%2Fentry%2F20070913%2Fp1&quot; title=&quot;ruby学習メモ - yzn’s memo&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>2007-09-13 00:00:00</published>
  <title>ruby学習メモ</title>
  <type>rich</type>
  <url>https://yzn.hatenadiary.org/entry/20070913/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
