<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tbpg</author_name>
  <author_url>https://blog.hatena.ne.jp/tbpg/</author_url>
  <blog_title>Tbpgr Blog</blog_title>
  <blog_url>https://tbpgr.hatenablog.com/</blog_url>
  <categories>
    <anon>Ruby</anon>
  </categories>
  <description>概要 Kernel#putc(ch) -&gt; object 詳細 文字 ch を 標準出力 $stdout に出力する。 ch が数値なら 0 〜 255 の範囲の対応する文字を出力する。 ch が文字列なら、その先頭 1byte を出力する。 どちらでもない場合は、ch.to_int で整数に変換する。 サンプルコード require 'test_toolbox' putc('za') puts putc('z') puts putc(?z) puts putc(122) puts putc(122.15) puts 出力 z z z z z 参照 http://docs.ruby-lang.…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftbpgr.hatenablog.com%2Fentry%2F20140525%2F1400989589&quot; title=&quot;Ruby | Kernel | putc - Tbpgr Blog&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>2014-05-25 12:46:29</published>
  <title>Ruby | Kernel | putc</title>
  <type>rich</type>
  <url>https://tbpgr.hatenablog.com/entry/20140525/1400989589</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
