<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>willnet</author_name>
  <author_url>https://blog.hatena.ne.jp/willnet/</author_url>
  <blog_title>おもしろwebサービス開発日記</blog_title>
  <blog_url>https://blog.willnet.in/</blog_url>
  <categories>
    <anon>ruby</anon>
  </categories>
  <description>ruby内で、selfは基本的に省略可能なのですが、 self.hoge = &quot;hoge&quot; のように、&quot;=&quot; 付きのメソッドの時はselfの省略ができません。省略した場合は、ローカル変数への代入となります。 とすると、下記のような時、どちらの値が出力されるのでしょうか。 self.hoge = &quot;self&quot; hoge = &quot;local&quot; p hoge 試してみました。 class Hoge def initialize @hoge = nil end def hoge @hoge end def hoge=(val) @hoge = val end def local_and_self sel…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.willnet.in%2Fentry%2F20080429%2F1209484171&quot; title=&quot;メソッドとローカル変数はどちらが優先されるのか？ - おもしろwebサービス開発日記&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>2008-04-29 00:49:31</published>
  <title>メソッドとローカル変数はどちらが優先されるのか？</title>
  <type>rich</type>
  <url>https://blog.willnet.in/entry/20080429/1209484171</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
