<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>uAlIZnPx2hGIN68</author_name>
  <author_url>https://blog.hatena.ne.jp/uAlIZnPx2hGIN68/</author_url>
  <blog_title>プログラミングの勉強で為になったことを書いていくよ！</blog_title>
  <blog_url>https://poipoi618.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>プログラムとテストを分離する 3章を通して... 前の章で書いたFizzBuzzプログラムをのテストを自動化していく 現状のコード def fizz_buzz(n) if n % 15 == 0 &quot;Fizz Buzz&quot; elsif n % 3 == 0 &quot;Fizz&quot; elsif n % 5 == 0 &quot;Buzz&quot; else n.to_s end end p fizz_buzz(1) p fizz_buzz(2) p fizz_buzz(3) p fizz_buzz(4) p fizz_buzz(5) p fizz_buzz(6) p fizz_buzz(15) =&gt; &quot;1&quot; &quot;2&quot; &quot;Fizz…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpoipoi618.hateblo.jp%2Fentry%2F2021%2F04%2F26%2F214610&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>2021-04-26 21:46:10</published>
  <title>チェリー本　３章　その２</title>
  <type>rich</type>
  <url>https://poipoi618.hateblo.jp/entry/2021/04/26/214610</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
