<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using Ruby for system scripts</title>
	<atom:link href="http://lizards.opensuse.org/2009/01/14/using-ruby-for-system-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://lizards.opensuse.org/2009/01/14/using-ruby-for-system-scripts/</link>
	<description>Blogs and Ramblings of the openSUSE Members</description>
	<lastBuildDate>Mon, 30 Jan 2012 19:11:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Christopher Hobbs</title>
		<link>http://lizards.opensuse.org/2009/01/14/using-ruby-for-system-scripts/#comment-625</link>
		<dc:creator>Christopher Hobbs</dc:creator>
		<pubDate>Thu, 15 Jan 2009 16:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://lizards.opensuse.org/?p=336#comment-625</guid>
		<description>Good eye! 

I didn&#039;t copy and paste this from the script I originally pulled it from because of the strange formatting in WordPress.  I got in a bit of a hurry and jumped ahead of myself here.

I also just noticed that my indenting didn&#039;t stick with the post, I&#039;ll have to fix that somehow.

Thanks for the correction!</description>
		<content:encoded><![CDATA[<p>Good eye! </p>
<p>I didn&#8217;t copy and paste this from the script I originally pulled it from because of the strange formatting in WordPress.  I got in a bit of a hurry and jumped ahead of myself here.</p>
<p>I also just noticed that my indenting didn&#8217;t stick with the post, I&#8217;ll have to fix that somehow.</p>
<p>Thanks for the correction!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drboolean</title>
		<link>http://lizards.opensuse.org/2009/01/14/using-ruby-for-system-scripts/#comment-624</link>
		<dc:creator>drboolean</dc:creator>
		<pubDate>Thu, 15 Jan 2009 15:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://lizards.opensuse.org/?p=336#comment-624</guid>
		<description>Don&#039;t mean to be a stickler, but someone might really get stuck on this.

works:
def zypper (option)
&quot;\&quot;/usr/bin/zypper\&quot; #{option}&quot;
end

doesn&#039;t:
def zypper (option)
zypper_output = `”/usr/bin/zypper” #{option}`
return zypper_output
end</description>
		<content:encoded><![CDATA[<p>Don&#8217;t mean to be a stickler, but someone might really get stuck on this.</p>
<p>works:<br />
def zypper (option)<br />
&#8220;\&#8221;/usr/bin/zypper\&#8221; #{option}&#8221;<br />
end</p>
<p>doesn&#8217;t:<br />
def zypper (option)<br />
zypper_output = `”/usr/bin/zypper” #{option}`<br />
return zypper_output<br />
end</p>
]]></content:encoded>
	</item>
</channel>
</rss>

