<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: pm: Print Methods</title>
	<link>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/</link>
	<description>we don't believe in slogans</description>
	<pubDate>Fri, 05 Sep 2008 23:19:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: Stephan</title>
		<link>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/#comment-497</link>
		<author>Stephan</author>
		<pubDate>Fri, 10 Nov 2006 09:01:41 +0000</pubDate>
		<guid>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/#comment-497</guid>
					<description>Really nice, thanks.

The line 

  print "   #{ANSI_LGRAY}#{item[2]}#{ANSI_RESET}n"


Should be 

   print "   #{ANSI_LGRAY}#{item[2]}#{ANSI_RESET}\n"

Note the backslash just before the last 'n'.</description>
		<content:encoded><![CDATA[<p>Really nice, thanks.</p>
<p>The line </p>
<p>  print &#8221;   #{ANSI_LGRAY}#{item[2]}#{ANSI_RESET}n&#8221;</p>
<p>Should be </p>
<p>   print &#8221;   #{ANSI_LGRAY}#{item[2]}#{ANSI_RESET}\n&#8221;</p>
<p>Note the backslash just before the last &#8216;n&#8217;.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/#comment-498</link>
		<author>Dr Nic</author>
		<pubDate>Fri, 10 Nov 2006 12:33:45 +0000</pubDate>
		<guid>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/#comment-498</guid>
					<description>Very nice. My gumby windows irb didn't like the colours, but I can live with black and white. Unless someone can fix my colour issues :)</description>
		<content:encoded><![CDATA[<p>Very nice. My gumby windows irb didn&#8217;t like the colours, but I can live with black and white. Unless someone can fix my colour issues :)</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/#comment-499</link>
		<author>Dr Nic</author>
		<pubDate>Fri, 10 Nov 2006 12:56:14 +0000</pubDate>
		<guid>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/#comment-499</guid>
					<description>OT: the feed link in your header is: http://www.notsostupid.com/feed/, but it should be http://www.notsostupid.com/feed/rss/</description>
		<content:encoded><![CDATA[<p>OT: the feed link in your header is: <a href="http://www.notsostupid.com/feed/," rel="nofollow">http://www.notsostupid.com/feed/,</a> but it should be <a href="http://www.notsostupid.com/feed/rss/" rel="nofollow">http://www.notsostupid.com/feed/rss/</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Rick</title>
		<link>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/#comment-501</link>
		<author>Rick</author>
		<pubDate>Fri, 10 Nov 2006 19:48:43 +0000</pubDate>
		<guid>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/#comment-501</guid>
					<description>nice, but you could easily make it more object-oriented, e.g.:

class Object; def pm(*options); methods = self.methods... ...</description>
		<content:encoded><![CDATA[<p>nice, but you could easily make it more object-oriented, e.g.:</p>
<p>class Object; def pm(*options); methods = self.methods&#8230; &#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ryan Davis</title>
		<link>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/#comment-1762</link>
		<author>Ryan Davis</author>
		<pubDate>Tue, 23 Jan 2007 02:27:15 +0000</pubDate>
		<guid>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/#comment-1762</guid>
					<description>please turn off smarty or whatever is curling the quotes.</description>
		<content:encoded><![CDATA[<p>please turn off smarty or whatever is curling the quotes.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ryan Davis</title>
		<link>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/#comment-1763</link>
		<author>Ryan Davis</author>
		<pubDate>Tue, 23 Jan 2007 02:53:58 +0000</pubDate>
		<guid>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/#comment-1763</guid>
					<description>and escaping all backslashes... like the one in the regex that now reads ((blah)) instead of \((blah)\)</description>
		<content:encoded><![CDATA[<p>and escaping all backslashes&#8230; like the one in the regex that now reads ((blah)) instead of \((blah)\)</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Giles Bowkett</title>
		<link>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/#comment-1764</link>
		<author>Giles Bowkett</author>
		<pubDate>Tue, 23 Jan 2007 03:46:55 +0000</pubDate>
		<guid>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/#comment-1764</guid>
					<description>This is awesome. I love it.</description>
		<content:encoded><![CDATA[<p>This is awesome. I love it.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Kevin Marsh</title>
		<link>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/#comment-1880</link>
		<author>Kevin Marsh</author>
		<pubDate>Sun, 28 Jan 2007 19:23:26 +0000</pubDate>
		<guid>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/#comment-1880</guid>
					<description>Beautiful! Can you share your Terminal.app color theme? Can't seem to get it working like yours.</description>
		<content:encoded><![CDATA[<p>Beautiful! Can you share your Terminal.app color theme? Can&#8217;t seem to get it working like yours.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: topfunky</title>
		<link>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/#comment-4655</link>
		<author>topfunky</author>
		<pubDate>Thu, 12 Apr 2007 16:53:53 +0000</pubDate>
		<guid>http://www.notsostupid.com/blog/2006/11/09/pm-print-methods/#comment-4655</guid>
					<description>Copying the script off the dotfiles site works for me.

Thanks, SD! Another nice addition to my .irbrc.

http://dotfiles.org/~sd/.irbrc</description>
		<content:encoded><![CDATA[<p>Copying the script off the dotfiles site works for me.</p>
<p>Thanks, SD! Another nice addition to my .irbrc.</p>
<p><a href="http://dotfiles.org/~sd/.irbrc" rel="nofollow">http://dotfiles.org/~sd/.irbrc</a></p>
]]></content:encoded>
				</item>
</channel>
</rss>
