<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>omochist</author_name>
  <author_url>https://blog.hatena.ne.jp/omochist/</author_url>
  <blog_title>もち</blog_title>
  <blog_url>https://omochist.hatenadiary.org/</blog_url>
  <categories>
    <anon>Ruby</anon>
  </categories>
  <description>その定数を適当な変数にコピーして，その変数はnewを使えたりするってことだ． class Hoge def hello puts &quot;hello&quot; end end a = Hoge.new a.hello =&gt; hello p Hoge =&gt; Hoge hoge = Hoge.dup b = hoge.new b.hello =&gt; hello p hoge =&gt; #&lt;Class:0x4998c8&gt; fuga = Hoge c = fuga.new c.hello =&gt; hello p fuga =&gt; Hoge ふと思ったもので．何かに使えないかのぉ．dupしたときとそのままコピーしたときとで，p…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fomochist.hatenadiary.org%2Fentry%2F20070107%2F1168157198&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>2007-01-07 17:06:38</published>
  <title>クラスの名前はただの定数でしかないということは</title>
  <type>rich</type>
  <url>https://omochist.hatenadiary.org/entry/20070107/1168157198</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
