<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gsf_zero1</author_name>
  <author_url>https://blog.hatena.ne.jp/gsf_zero1/</author_url>
  <blog_title>いろいろ備忘録日記</blog_title>
  <blog_url>https://devlights.hatenablog.com/</blog_url>
  <categories>
    <anon>ruby</anon>
    <anon>python</anon>
  </categories>
  <description>[各言語での範囲(range)オブジェクト作成方法](1) groovy a = 1..10 a.each{ print it + ' '} #=&gt; &quot;1 2 3 4 5 6 7 8 9 10&quot; もしくは (1..10).each{ print it + ' '} #=&gt; &quot;1 2 3 4 5 6 7 8 9 10&quot; (2) ruby a = 1..10 a.each{ |v| print v.to_s + ' '} #=&gt; &quot;1 2 3 4 5 6 7 8 9 10&quot; もしくは (1..10).each{ |v| print v.to_s + ' '} #=&gt; &quot;1 2 3 4 5 6 7 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdevlights.hatenablog.com%2Fentry%2F20050320%2F1150863700&quot; title=&quot; 範囲(range)オブジェクト作成方法 - いろいろ備忘録日記&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>2005-03-20 13:21:40</published>
  <title> 範囲(range)オブジェクト作成方法</title>
  <type>rich</type>
  <url>https://devlights.hatenablog.com/entry/20050320/1150863700</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
