<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'Knosk Main Controller, Early'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 09:12:22 +0000</lastBuildDate>
    <item>
      <title>Jargon said on 15/Apr/2007</title>
      <link>https://snipplr.com/view/2484/knosk-main-controller-early</link>
      <description>&lt;p&gt;&lt;p&gt;def ask&lt;/p&gt;

sets and formats the question

if one has been posted

&lt;p&gt;@qtext = params[:question][:qtext]
   if @qtext
      @qtext.capitalize!
      @qtext.gsub!(" i ", " I ")
      @qtext &lt;&lt; "?" unless @qtext.rindex("?")
   end &lt;/p&gt;

adds the question to the database

if one was posted here

&lt;p&gt;end&lt;/p&gt;
&lt;/p&gt;</description>
      <pubDate>Sun, 15 Apr 2007 20:24:50 UTC</pubDate>
      <guid>https://snipplr.com/view/2484/knosk-main-controller-early</guid>
    </item>
  </channel>
</rss>
