<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tomotaka-ito</author_name>
  <author_url>https://blog.hatena.ne.jp/tomotaka-ito/</author_url>
  <blog_title>tomotaka-itoの日記</blog_title>
  <blog_url>https://tomotaka-ito.hatenadiary.org/</blog_url>
  <categories>
    <anon>Ruby</anon>
    <anon>プログラミング</anon>
  </categories>
  <description>class ReactiveValue def initialize(&amp;proc) @proc = proc end def value return @proc.call end end a = 1 b = 2 c = ReactiveValue.new{ a + b } p c.value #=&gt; 3 a = 2 p c.value #=&gt; 4 こういうことなんだろうか。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftomotaka-ito.hatenadiary.org%2Fentry%2F20110119%2F1295410594&quot; title=&quot;リアクティブプログラミング - tomotaka-itoの日記&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>2011-01-19 13:16:34</published>
  <title>リアクティブプログラミング</title>
  <type>rich</type>
  <url>https://tomotaka-ito.hatenadiary.org/entry/20110119/1295410594</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
