<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>E_Mattsan</author_name>
  <author_url>https://blog.hatena.ne.jp/E_Mattsan/</author_url>
  <blog_title>エンジニアのソフトウェア的愛情</blog_title>
  <blog_url>https://blog.emattsan.org/</blog_url>
  <categories>
    <anon>Lua</anon>
  </categories>
  <description>-- クラスの定義 Point = {} Point.__index = Point; -- ここがミソ、その１ function Point:new(x, y) local new_instance = { x_ = x or 0, y_ = y or 0 } setmetatable(new_instance, self) -- ここがミソ、その２ return new_instance end function Point:__unm() return Point:new(- self.x_, - self.y_) end function Point:__add(other) retu…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.emattsan.org%2Fentry%2F20100104%2F1262605888&quot; title=&quot;Luaでオブジェクト指向 - エンジニアのソフトウェア的愛情&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>https://images-fe.ssl-images-amazon.com/images/I/51WgH8SY3hL._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-01-04 20:51:28</published>
  <title>Luaでオブジェクト指向</title>
  <type>rich</type>
  <url>https://blog.emattsan.org/entry/20100104/1262605888</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
