<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kabakiyo</author_name>
  <author_url>https://blog.hatena.ne.jp/kabakiyo/</author_url>
  <blog_title>遅咲きのエンジニア</blog_title>
  <blog_url>https://kabakiyo.hatenadiary.org/</blog_url>
  <categories>
    <anon>勉強日誌</anon>
  </categories>
  <description>デザインパターン入門 Adapterパターン 二つの間に入ってつなぎ役になるパターンのこと。継承と委譲のふたつの種類がある。 なにか新たにクラスを生成するときに、すでにそれに近いクラスがある場合にそれを 再利用するのに使ったり、過去のバージョンと互換性を取るために利用する。 # Design Pattern Adapter(継承) # Banner class class Banner def initialize(name) @name = name end def show_with_pattern() puts &quot;(#{@name})&quot; end def show_with_aster()…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkabakiyo.hatenadiary.org%2Fentry%2F20090421%2F1240322986&quot; title=&quot;今日の勉強 - 遅咲きのエンジニア&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>2009-04-21 23:09:46</published>
  <title>今日の勉強</title>
  <type>rich</type>
  <url>https://kabakiyo.hatenadiary.org/entry/20090421/1240322986</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
