<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hiro_su</author_name>
  <author_url>https://blog.hatena.ne.jp/hiro_su/</author_url>
  <blog_title>ぬけラボ</blog_title>
  <blog_url>https://nuke.hateblo.jp/</blog_url>
  <categories>
    <anon>Ruby</anon>
  </categories>
  <description>Rubyでデーモンを作ってみます。 test.txtファイルに1秒ごとに&quot;test&quot;と書き続けるデーモンです。 # daemon.rb require 'fileutils' require 'logger' class DaemonTest def initialize @term = false @logger = Logger.new(STDOUT) @logger.info &quot;daemon start...&quot; @pid_file_path = './daemon.pid' @file = &quot;./test.txt&quot; end def execute File.open(@file, &quot;w&quot;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnuke.hateblo.jp%2Fentry%2F2013%2F07%2F04%2F090917&quot; title=&quot;Rubyでデーモンを作ってみる - ぬけラボ&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>2013-07-04 09:09:17</published>
  <title>Rubyでデーモンを作ってみる</title>
  <type>rich</type>
  <url>https://nuke.hateblo.jp/entry/2013/07/04/090917</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
