<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>simlegate (都是牛奶装什么特仑苏丶)</title>
    <link>https://ruby-china.org/simlegate</link>
    <description>程序员不是修电脑的.</description>
    <language>en-us</language>
    <item>
      <title>[已结束] 时隔一年，再求 Ruby 工作一份</title>
      <description>&lt;blockquote&gt;
&lt;p&gt;时间是把杀猪刀，黑了木耳，紫了葡萄&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;时隔一年，再求 Ruby 相关工作一份，gist 版简历：&lt;a href="https://gist.github.com/simlegate/5835761" rel="nofollow" target="_blank"&gt;https://gist.github.com/simlegate/5835761&lt;/a&gt;
去年在 Ruby China 的求职贴：&lt;a href="https://ruby-china.org/topics/12154" rel="nofollow" target="_blank"&gt;https://ruby-china.org/topics/12154&lt;/a&gt;
感谢社区提供这样一个平台为我们牵线搭桥
我的联系方式： &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;QQ: 402883004&lt;/li&gt;
&lt;li&gt;phone: 18782943147&lt;/li&gt;
&lt;li&gt;Email: simlegate@163.com&lt;/li&gt;
&lt;/ul&gt;</description>
      <author>simlegate</author>
      <pubDate>Wed, 11 Jun 2014 22:17:32 +0800</pubDate>
      <link>https://ruby-china.org/topics/19885</link>
      <guid>https://ruby-china.org/topics/19885</guid>
    </item>
    <item>
      <title>一个读写配置文件的 gem</title>
      <description>&lt;p&gt;&lt;a href="https://github.com/simlegate/kstarv" rel="nofollow" target="_blank"&gt;https://github.com/simlegate/kstarv&lt;/a&gt;
想法来源于项目中需要读写 Centos 的网卡配置文件&lt;/p&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;DEVICE&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;eth0
&lt;span class="nv"&gt;HWADDR&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;00:1E:67:24:E8:2D
&lt;span class="nv"&gt;TYPE&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;Ethernet
&lt;span class="nv"&gt;UUID&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;8dc70db4-9c80-4757-807b-6419d864f74d
&lt;span class="nv"&gt;ONBOOT&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nb"&gt;yes
&lt;/span&gt;&lt;span class="nv"&gt;NM_CONTROLLED&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;no
&lt;span class="nv"&gt;BOOTPROTO&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;static
&lt;span class="nv"&gt;IPADDR&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;192.168.0.201
&lt;span class="nv"&gt;NETMASK&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;255.255.255.0
&lt;span class="nv"&gt;GATEWAY&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;192.168.0.1
&lt;span class="nv"&gt;BORADCAST&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;192.168.0.255
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;基本用法：&lt;/p&gt;
&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="vi"&gt;@kv&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="no"&gt;Kstarv&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;from&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="sr"&gt;/path/&lt;/span&gt;&lt;span class="n"&gt;to&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;config&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; 
&lt;span class="vi"&gt;@kv.ipaddr&lt;/span&gt;  &lt;span class="c1"&gt;# =&amp;gt; 127.0.0.1&lt;/span&gt;
&lt;span class="vi"&gt;@kv.write&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;</description>
      <author>simlegate</author>
      <pubDate>Tue, 10 Sep 2013 19:22:57 +0800</pubDate>
      <link>https://ruby-china.org/topics/14012</link>
      <guid>https://ruby-china.org/topics/14012</guid>
    </item>
    <item>
      <title>Clojure vector 疑问</title>
      <description>&lt;pre class="highlight clojure"&gt;&lt;code&gt;&lt;span class="n"&gt;user=&amp;gt;&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nb"&gt;time&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nb"&gt;vector&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;3&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;4&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="s"&gt;"Elapsed time: 0.024 msecs"&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;3&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;4&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="n"&gt;user=&amp;gt;&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nb"&gt;time&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;3&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;4&lt;/span&gt;&lt;span class="p"&gt;])&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="s"&gt;"Elapsed time: 0.016 msecs"&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;3&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;4&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;感觉第一个更符合 S-表达式&lt;br&gt;
第二个是语法糖 ,效率应该更加慢啊&lt;/p&gt;</description>
      <author>simlegate</author>
      <pubDate>Wed, 04 Sep 2013 14:40:27 +0800</pubDate>
      <link>https://ruby-china.org/topics/13883</link>
      <guid>https://ruby-china.org/topics/13883</guid>
    </item>
    <item>
      <title>在 WEB 测试中有验证码怎么测试？</title>
      <description>&lt;p&gt;目的：想要去网站中抓取数据，但是需要登陆，在登陆的表单中需要填写验证码。
问题：怎样获取验证码的值，实现自动填写验证码&lt;/p&gt;</description>
      <author>simlegate</author>
      <pubDate>Thu, 01 Aug 2013 18:40:09 +0800</pubDate>
      <link>https://ruby-china.org/topics/12986</link>
      <guid>https://ruby-china.org/topics/12986</guid>
    </item>
    <item>
      <title>Ola Bini [JRuby 创始人] 中国行</title>
      <description>&lt;p&gt;此次 Ola 中国行将来到北京、上海、成都三地，与各地的程序员互动交流！&lt;/p&gt;

&lt;p&gt;北京：2013 年 8 月 25 日（周日）下午 2 点  待定，很快就来哦~&lt;/p&gt;

&lt;p&gt;上海：2013 年 8 月 27 日（周二）晚上 7 点 浦东新区民生路 1199 弄证大五道口广场 1 号楼 27 层&lt;/p&gt;

&lt;p&gt;成都：2013 年 8 月 29 日（周四）晚上 6:30  天府软件园 A 区 A1 翼起来创业咖啡馆（近天华路，成达大厦对面）&lt;/p&gt;

&lt;p&gt;猛击：&lt;a href="https://jinshuju.net/f/A4m7Zk" rel="nofollow" target="_blank"&gt;https://jinshuju.net/f/A4m7Zk&lt;/a&gt;&lt;/p&gt;</description>
      <author>simlegate</author>
      <pubDate>Tue, 30 Jul 2013 22:05:47 +0800</pubDate>
      <link>https://ruby-china.org/topics/12920</link>
      <guid>https://ruby-china.org/topics/12920</guid>
    </item>
    <item>
      <title>在 Class 中混入 Module 的实例变量</title>
      <description>&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="k"&gt;module&lt;/span&gt; &lt;span class="nn"&gt;N&lt;/span&gt;
  &lt;span class="nb"&gt;attr_accessor&lt;/span&gt; &lt;span class="ss"&gt;:v&lt;/span&gt;
&lt;span class="k"&gt;end&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="k"&gt;class&lt;/span&gt; &lt;span class="nc"&gt;C&lt;/span&gt;
  &lt;span class="kp"&gt;include&lt;/span&gt; &lt;span class="no"&gt;N&lt;/span&gt;

&lt;span class="c1"&gt;#  def initialize&lt;/span&gt;
&lt;span class="c1"&gt;#    @v = 1&lt;/span&gt;
&lt;span class="c1"&gt;# end&lt;/span&gt;
  &lt;span class="k"&gt;def&lt;/span&gt; &lt;span class="nf"&gt;p_var&lt;/span&gt;
     &lt;span class="nb"&gt;p&lt;/span&gt; &lt;span class="vi"&gt;@v&lt;/span&gt;
  &lt;span class="k"&gt;end&lt;/span&gt;
&lt;span class="k"&gt;end&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;我想在&lt;code&gt;N&lt;/code&gt;中初始化我&lt;code&gt;@v&lt;/code&gt;而不是&lt;code&gt;C&lt;/code&gt;中
 应该怎么做？&lt;/p&gt;</description>
      <author>simlegate</author>
      <pubDate>Wed, 24 Jul 2013 23:12:14 +0800</pubDate>
      <link>https://ruby-china.org/topics/12756</link>
      <guid>https://ruby-china.org/topics/12756</guid>
    </item>
    <item>
      <title>[转载] 如此理解面向对象编程</title>
      <description>&lt;p&gt;&lt;a href="http://coolshell.cn/articles/8745.html" rel="nofollow" target="_blank"&gt;http://coolshell.cn/articles/8745.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;PS: 为什么没有 OOP node 呢？&lt;/p&gt;</description>
      <author>simlegate</author>
      <pubDate>Wed, 24 Jul 2013 12:33:10 +0800</pubDate>
      <link>https://ruby-china.org/topics/12737</link>
      <guid>https://ruby-china.org/topics/12737</guid>
    </item>
    <item>
      <title>社区是不是应该有一个新发帖子栏啊</title>
      <description>&lt;p&gt;有些帖子刚刚发出来就沉了。
好东西有可能被大家错过。
update:
原来有，但是貌似有点不好找。&lt;/p&gt;</description>
      <author>simlegate</author>
      <pubDate>Sun, 21 Jul 2013 10:32:41 +0800</pubDate>
      <link>https://ruby-china.org/topics/12646</link>
      <guid>https://ruby-china.org/topics/12646</guid>
    </item>
    <item>
      <title>一个 Ruby 笔试题</title>
      <description>&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="n"&gt;x&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;2&lt;/span&gt; &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="k"&gt;defined?&lt;/span&gt; &lt;span class="n"&gt;x&lt;/span&gt;  
&lt;/code&gt;&lt;/pre&gt;&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="k"&gt;defined?&lt;/span&gt; &lt;span class="n"&gt;x&lt;/span&gt;
    &lt;span class="n"&gt;x&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;2&lt;/span&gt;
&lt;span class="k"&gt;end&lt;/span&gt; 
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;上面两段代码&lt;code&gt;x&lt;/code&gt;的值&lt;/p&gt;

&lt;p&gt;&lt;a href="/ginchenorlee" class="user-mention" title="@ginchenorlee"&gt;&lt;i&gt;@&lt;/i&gt;ginchenorlee&lt;/a&gt;&lt;/p&gt;</description>
      <author>simlegate</author>
      <pubDate>Sun, 21 Jul 2013 10:30:38 +0800</pubDate>
      <link>https://ruby-china.org/topics/12645</link>
      <guid>https://ruby-china.org/topics/12645</guid>
    </item>
    <item>
      <title>[求职] Ruby/Rails 工程师</title>
      <description>&lt;p&gt;鄙人现在大三，想找一份 Ruby/Rails 的工作，求推荐，求带走。
简历地址：&lt;a href="https://gist.github.com/simlegate/5835761" rel="nofollow" target="_blank"&gt;https://gist.github.com/simlegate/5835761&lt;/a&gt;&lt;/p&gt;</description>
      <author>simlegate</author>
      <pubDate>Mon, 01 Jul 2013 20:09:26 +0800</pubDate>
      <link>https://ruby-china.org/topics/12154</link>
      <guid>https://ruby-china.org/topics/12154</guid>
    </item>
    <item>
      <title>Skinny Controller, Fat Model ?</title>
      <description>&lt;p&gt;给大家洗洗脑 &lt;a href="http://solnic.eu/2011/08/01/making-activerecord-models-thin.html" rel="nofollow" target="_blank" title=""&gt;Making ActiveRecord Models Thin&lt;/a&gt;&lt;/p&gt;</description>
      <author>simlegate</author>
      <pubDate>Fri, 14 Jun 2013 09:03:20 +0800</pubDate>
      <link>https://ruby-china.org/topics/11709</link>
      <guid>https://ruby-china.org/topics/11709</guid>
    </item>
    <item>
      <title>IdeaVim for android studio </title>
      <description>&lt;p&gt;一个 android studio IDE  的 vim 插件。
在也不用担心编辑文本速度慢了。
&lt;a href="http://kidneyball.iteye.com/blog/1814028" rel="nofollow" target="_blank"&gt;http://kidneyball.iteye.com/blog/1814028&lt;/a&gt;&lt;/p&gt;</description>
      <author>simlegate</author>
      <pubDate>Sun, 02 Jun 2013 15:52:06 +0800</pubDate>
      <link>https://ruby-china.org/topics/11423</link>
      <guid>https://ruby-china.org/topics/11423</guid>
    </item>
    <item>
      <title> 关于 ActiveRecord 关联关系的问题</title>
      <description>&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="k"&gt;class&lt;/span&gt; &lt;span class="nc"&gt;Team&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt; &lt;span class="no"&gt;ActiveRecord&lt;/span&gt;&lt;span class="o"&gt;::&lt;/span&gt;&lt;span class="no"&gt;Base&lt;/span&gt;
     &lt;span class="n"&gt;has_many&lt;/span&gt; &lt;span class="ss"&gt;:members&lt;/span&gt;
 &lt;span class="k"&gt;end&lt;/span&gt;  

&lt;span class="k"&gt;class&lt;/span&gt; &lt;span class="nc"&gt;Member&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt; &lt;span class="no"&gt;ActiveRecord&lt;/span&gt;&lt;span class="o"&gt;::&lt;/span&gt;&lt;span class="no"&gt;Base&lt;/span&gt;
     &lt;span class="n"&gt;attr_accessible&lt;/span&gt; &lt;span class="ss"&gt;:name&lt;/span&gt;
      &lt;span class="n"&gt;belongs_to&lt;/span&gt; &lt;span class="ss"&gt;:team&lt;/span&gt;
&lt;span class="k"&gt;end&lt;/span&gt;  

 &lt;span class="vi"&gt;@team.members.build&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="ss"&gt;name: &lt;/span&gt;&lt;span class="s2"&gt;"zhang"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
 &lt;span class="vi"&gt;@team.members.where&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="ss"&gt;name: &lt;/span&gt;&lt;span class="s2"&gt;"zhang"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;   &lt;span class="c1"&gt;#=&amp;gt; []&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;请问怎么回事？&lt;/strong&gt;
&lt;a href="/doitian" class="user-mention" title="@doitian"&gt;&lt;i&gt;@&lt;/i&gt;doitian&lt;/a&gt; &lt;a href="/Rei" class="user-mention" title="@Rei"&gt;&lt;i&gt;@&lt;/i&gt;Rei&lt;/a&gt; &lt;a href="/jasl" class="user-mention" title="@jasl"&gt;&lt;i&gt;@&lt;/i&gt;jasl&lt;/a&gt;&lt;/p&gt;</description>
      <author>simlegate</author>
      <pubDate>Wed, 22 May 2013 19:28:58 +0800</pubDate>
      <link>https://ruby-china.org/topics/11160</link>
      <guid>https://ruby-china.org/topics/11160</guid>
    </item>
    <item>
      <title>ThoughtWorks (中国) 程序员读书雷达</title>
      <description>&lt;p&gt;&lt;img src="http://www.lupaworld.com/data/attachment/portal/201304/22/133227ovuao9bh9q00r6w6.jpg" title="" alt="读书雷达"&gt;
&lt;a href="http://www.oschina.net/news/39816/thoughtworks-developer-reading-radar" rel="nofollow" target="_blank"&gt;http://www.oschina.net/news/39816/thoughtworks-developer-reading-radar&lt;/a&gt;&lt;/p&gt;</description>
      <author>simlegate</author>
      <pubDate>Tue, 23 Apr 2013 18:02:33 +0800</pubDate>
      <link>https://ruby-china.org/topics/10439</link>
      <guid>https://ruby-china.org/topics/10439</guid>
    </item>
    <item>
      <title>[关闭] 请问 ruby china 在 model 是怎么处理 current_user 的？</title>
      <description>&lt;p&gt;结论：Model 不应该关心 current_user，需要用的话就应该传入 model，明确 MVC！&lt;/p&gt;</description>
      <author>simlegate</author>
      <pubDate>Sun, 14 Apr 2013 18:01:29 +0800</pubDate>
      <link>https://ruby-china.org/topics/10192</link>
      <guid>https://ruby-china.org/topics/10192</guid>
    </item>
    <item>
      <title>请问有没有像 by_star 这样的 gem 支持 mongoid 的?</title>
      <description>&lt;p&gt;具体点就是有关搜索查询方面的 (不是全文搜索)&lt;/p&gt;</description>
      <author>simlegate</author>
      <pubDate>Sun, 24 Mar 2013 12:12:05 +0800</pubDate>
      <link>https://ruby-china.org/topics/9713</link>
      <guid>https://ruby-china.org/topics/9713</guid>
    </item>
    <item>
      <title>Ruby China 登陆 bug！</title>
      <description>&lt;p&gt;登录的时候，我密码输入错误，就会显示以下信息，请改正！&lt;/p&gt;
&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="n"&gt;translation&lt;/span&gt; &lt;span class="ss"&gt;missing: &lt;/span&gt;&lt;span class="n"&gt;zh&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="no"&gt;CN&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;devise&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;failure&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;user&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;not_found_in_database&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;</description>
      <author>simlegate</author>
      <pubDate>Sun, 24 Mar 2013 11:29:38 +0800</pubDate>
      <link>https://ruby-china.org/topics/9710</link>
      <guid>https://ruby-china.org/topics/9710</guid>
    </item>
    <item>
      <title>[更新] 不知不觉 Ruby China 也打起了广告.</title>
      <description>&lt;p&gt;&lt;a href="http://ruby-china.org/topics/node27" rel="nofollow" target="_blank"&gt;http://ruby-china.org/topics/node27&lt;/a&gt;&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;可以看一下这个&lt;a href="http://www.thinkphp.cn/" rel="nofollow" target="_blank"&gt;http://www.thinkphp.cn/&lt;/a&gt;&lt;/p&gt;</description>
      <author>simlegate</author>
      <pubDate>Wed, 13 Mar 2013 21:22:48 +0800</pubDate>
      <link>https://ruby-china.org/topics/9392</link>
      <guid>https://ruby-china.org/topics/9392</guid>
    </item>
    <item>
      <title>搜索相关的 gem?</title>
      <description>&lt;p&gt;根据条件 [时间，姓名，id....] 查询数据库中的数据，用的是 mongoid!
顺便解释一下什么是全文搜索！&lt;/p&gt;</description>
      <author>simlegate</author>
      <pubDate>Wed, 13 Mar 2013 15:16:27 +0800</pubDate>
      <link>https://ruby-china.org/topics/9380</link>
      <guid>https://ruby-china.org/topics/9380</guid>
    </item>
    <item>
      <title>about ruby-china model ?</title>
      <description>&lt;p&gt;"extend ActiveSupport::Concern " is what ?&lt;/p&gt;</description>
      <author>simlegate</author>
      <pubDate>Sat, 09 Mar 2013 00:13:03 +0800</pubDate>
      <link>https://ruby-china.org/topics/9270</link>
      <guid>https://ruby-china.org/topics/9270</guid>
    </item>
  </channel>
</rss>
