<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>argius</author_name>
  <author_url>https://blog.hatena.ne.jp/argius/</author_url>
  <blog_title>argius note</blog_title>
  <blog_url>https://argius.hatenablog.jp/</blog_url>
  <categories>
    <anon>Ruby</anon>
  </categories>
  <description>演算子オーバーライド。（キケンです！絶対に真似しないでください！） class String def -(s) gsub(s, &quot;&quot;) end def /(i) self[0, length / 2] end def **(i) s = self and i.times do s *= i end and s end end s = &quot;squeak&quot; puts s + &quot;y&quot; puts s - &quot;ak&quot; + &quot;eze&quot; puts s * 3 puts s / 2 puts s ** 3 squeaky squeeze squeaksqueaksqueak squ squeaksqueaksqu…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fargius.hatenablog.jp%2Fentry%2F20060404%2F1144163871&quot; title=&quot;演算子の再定義.....? - argius note&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>2006-04-04 00:17:51</published>
  <title>演算子の再定義.....?</title>
  <type>rich</type>
  <url>https://argius.hatenablog.jp/entry/20060404/1144163871</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
