<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>noqisofon</author_name>
  <author_url>https://blog.hatena.ne.jp/noqisofon/</author_url>
  <blog_title>想像力の欠如は深刻な欠点の一つである。</blog_title>
  <blog_url>https://noqisofon.hatenablog.com/</blog_url>
  <categories>
    <anon>Ruby</anon>
    <anon>gems</anon>
  </categories>
  <description>RSTRING は、 #define RSTRING(obj) (R_CAST(RString)(obj)) のように定義されている。 obj って、VALUE 型だったんだっけ？ 多分、R_CAST だし、キャストしてるんだろう。 RString が、Ruby での文字列の実体だったのか〜。 RString 構造体は、こんな風になっている: struct RString { struct RBasic basic; union { struct { long len; char *ptr; union { long capa; VALUE shared; } aux; } heap; cha…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnoqisofon.hatenablog.com%2Fentry%2F20100707%2F1278500870&quot; title=&quot; RSTRING(str)-&amp;gt;ptr と RSTRING(str)-&amp;gt;len の ptr と len が無いそうだ。 - 想像力の欠如は深刻な欠点の一つである。&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>2010-07-07 20:07:50</published>
  <title> RSTRING(str)-&gt;ptr と RSTRING(str)-&gt;len の ptr と len が無いそうだ。</title>
  <type>rich</type>
  <url>https://noqisofon.hatenablog.com/entry/20100707/1278500870</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
