<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Recent Posts in Programming Ruby 3 | Pragmatic Forums</title>
    <link>http://forums.pragprog.com/forums/54/posts</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Class Shell is not documented posted by Marc Paterno @ Mon, 28 Apr 2008 15:56:07 -0000</title>
      <description>&lt;p&gt;Hi Dave,&lt;/p&gt;


	&lt;p&gt;Thanks for taking a look. I think that even this much of a mention (that it seems to be uninteresting) is useful. It would help prevent others (like me!) from spending time looking into it. I also didn&amp;#8217;t find it to be very useful, but was unsure whether it was my own fault.&lt;/p&gt;


	&lt;p&gt;best regards,&lt;br /&gt;Marc&lt;/p&gt;</description>
      <pubDate>Mon, 28 Apr 2008 15:56:07 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:54:327:2665</guid>
      <author>Marc Paterno</author>
      <link>http://forums.pragprog.com/forums/54/topics/327</link>
    </item>
    <item>
      <title>Class Shell is not documented posted by Dave Thomas @ Sun, 27 Apr 2008 13:58:27 -0000</title>
      <description>&lt;p&gt;Marc:&lt;/p&gt;


	&lt;p&gt;To be honest, I couldn&amp;#8217;t find a use for it, nor could I find anyone else using it.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Apr 2008 13:58:27 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:54:327:2660</guid>
      <author>Dave Thomas</author>
      <link>http://forums.pragprog.com/forums/54/topics/327</link>
    </item>
    <item>
      <title>Index for PickAxe3? posted by Dave Thomas @ Sun, 27 Apr 2008 13:56:46 -0000</title>
      <description>&lt;p&gt;Mondragon: The index is there, just like the second edition&lt;/p&gt;</description>
      <pubDate>Sun, 27 Apr 2008 13:56:46 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:54:174:2659</guid>
      <author>Dave Thomas</author>
      <link>http://forums.pragprog.com/forums/54/topics/174</link>
    </item>
    <item>
      <title>Missing &amp;amp;: posted by Dave Thomas @ Sun, 27 Apr 2008 13:55:06 -0000</title>
      <description>&lt;p&gt;Thomas:  It&amp;#8217;s described in several places&#8212;at the end of the tutorial chapter on containers, and under Symbol#to_proc.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Apr 2008 13:55:06 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:54:177:2658</guid>
      <author>Dave Thomas</author>
      <link>http://forums.pragprog.com/forums/54/topics/177</link>
    </item>
    <item>
      <title>talk more about self... posted by Dave Thomas @ Sun, 27 Apr 2008 13:53:53 -0000</title>
      <description>&lt;p&gt;Skyblaze: There&amp;#8217;s an entire chapter on it: Metaprogramming&amp;#8230;&lt;/p&gt;</description>
      <pubDate>Sun, 27 Apr 2008 13:53:53 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:54:182:2657</guid>
      <author>Dave Thomas</author>
      <link>http://forums.pragprog.com/forums/54/topics/182</link>
    </item>
    <item>
      <title>1.9 is out but it is a development version! posted by Dave Thomas @ Sun, 27 Apr 2008 13:53:27 -0000</title>
      <description>&lt;p&gt;Skyblaze: 1.9 is intended to be a production version. It&amp;#8217;s just that the initial release was pre-production; at some point Matz is likely to announce a 1.9 stable release.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Apr 2008 13:53:27 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:54:186:2656</guid>
      <author>Dave Thomas</author>
      <link>http://forums.pragprog.com/forums/54/topics/186</link>
    </item>
    <item>
      <title>1.9 margin symbol posted by Dave Thomas @ Sun, 27 Apr 2008 13:52:06 -0000</title>
      <description>&lt;p&gt;Joachim:&lt;/p&gt;


	&lt;p&gt;In the new sections of the book (with red headings), the 1.0 symbols are accurate, reflecting new things in the language. Ignore them in the old sections.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Apr 2008 13:52:06 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:54:196:2655</guid>
      <author>Dave Thomas</author>
      <link>http://forums.pragprog.com/forums/54/topics/196</link>
    </item>
    <item>
      <title>RDoc::usage removed in 1.9 posted by Phil Hagelberg @ Mon, 31 Mar 2008 16:19:51 -0000</title>
      <description>&lt;p&gt;Actually, it looks like the usage.rb file is still present in my Ruby 1.9 installation (but not in the source checkout, which is extremely odd.) However, it appears the usage of usage may have changed:&lt;/p&gt;


&lt;pre&gt;
~/src $ ./showtime.rb --help
/usr/local/lib/ruby/1.9.0/rdoc/usage.rb:100:in `initialize': No such file or directory - ./showtime.rb:29:in `&amp;lt;main&amp;gt;' (Errno::ENOENT)
    from /usr/local/lib/ruby/1.9.0/rdoc/usage.rb:100:in `open'
    from /usr/local/lib/ruby/1.9.0/rdoc/usage.rb:100:in `usage_no_exit'
    from /usr/local/lib/ruby/1.9.0/rdoc/usage.rb:93:in `usage'
    from ./showtime.rb:29:in `rescue in &amp;lt;main&amp;gt;'
    from ./showtime.rb:29:in `&amp;lt;main&amp;gt;'
&lt;/pre&gt;

	&lt;p&gt;showtime.rb was copied from page 259 of the &lt;span class="caps"&gt;PDF&lt;/span&gt;.&lt;/p&gt;</description>
      <pubDate>Mon, 31 Mar 2008 16:19:51 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:54:343:2516</guid>
      <author>Phil Hagelberg</author>
      <link>http://forums.pragprog.com/forums/54/topics/343</link>
    </item>
    <item>
      <title>RDoc::usage removed in 1.9 posted by Phil Hagelberg @ Mon, 31 Mar 2008 03:51:35 -0000</title>
      <description>&lt;p&gt;On pages 258-260 of the Pickaxe 3 &lt;span class="caps"&gt;PDF&lt;/span&gt;, it talks about the RDoc::usage tool. I tried using it in Ruby 1.9, and it seems to be absent. It looks like it was removed, since it&amp;#8217;s definitely in my Ruby 1.8 installation but missing in trunk. See: &lt;a href="http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/rdoc/"&gt;http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/rdoc/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 31 Mar 2008 03:51:35 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:54:343:2513</guid>
      <author>Phil Hagelberg</author>
      <link>http://forums.pragprog.com/forums/54/topics/343</link>
    </item>
    <item>
      <title>Class Shell is not documented posted by Marc Paterno @ Wed, 19 Mar 2008 22:12:33 -0000</title>
      <description>&lt;p&gt;The class Shell (from the standard library) seems to be (so far) undocumented. Finding any documentation for this class (and the nested goodies!) is very hard. I think the 3rd PickAxe would be a great place to find documentation&amp;#8230;&lt;/p&gt;


	&lt;p&gt;best regards,&lt;br /&gt;Marc&lt;/p&gt;</description>
      <pubDate>Wed, 19 Mar 2008 22:12:33 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:54:327:2467</guid>
      <author>Marc Paterno</author>
      <link>http://forums.pragprog.com/forums/54/topics/327</link>
    </item>
    <item>
      <title>Pickaxe Examples posted by Edward Bunt @ Mon, 03 Mar 2008 05:07:38 -0000</title>
      <description>&lt;p&gt;Are the new pickaxe examples going to follow the jukebox from the previous versions?  If so, wouldn&amp;#8217;t it be worthwhile to add some &amp;#8220;real-world&amp;#8221; content that could help new developers when coming to ruby.&lt;/p&gt;</description>
      <pubDate>Mon, 03 Mar 2008 05:07:38 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:54:285:2362</guid>
      <author>Edward Bunt</author>
      <link>http://forums.pragprog.com/forums/54/topics/285</link>
    </item>
    <item>
      <title>1.9 margin symbol posted by Joachim M&#229;rtensson @ Wed, 02 Jan 2008 16:01:52 -0000</title>
      <description>&lt;p&gt;I notice that most of the 1.9 margin symbol seems to have been generated via a find and replace of the 1.8 symbol in the 2nd edition, perhaps for the next update you could remove them entirely, and add in the few that describes 1.9 behaviour as progress on the book is made.&lt;/p&gt;</description>
      <pubDate>Wed, 02 Jan 2008 16:01:52 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:54:196:2092</guid>
      <author>Joachim M&#229;rtensson</author>
      <link>http://forums.pragprog.com/forums/54/topics/196</link>
    </item>
    <item>
      <title>1.9 is out but it is a development version! posted by Skyblaze @ Tue, 25 Dec 2007 21:44:50 -0000</title>
      <description>&lt;p&gt;With this new pickaxe that covers ruby 1.9 i thought that this was a stable version but i now discover that 1.9 is a development version so why this new edition that covers a development version of ruby? And when the 2.0 will be out? This book will be outdated!&lt;/p&gt;</description>
      <pubDate>Tue, 25 Dec 2007 21:44:50 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:54:186:2074</guid>
      <author>Skyblaze</author>
      <link>http://forums.pragprog.com/forums/54/topics/186</link>
    </item>
    <item>
      <title>talk more about self... posted by Skyblaze @ Fri, 21 Dec 2007 09:28:06 -0000</title>
      <description>&lt;p&gt;for me in the pickaxe 2 you talk very briefely and very a little about self. So i would like to see in this edition a section that talk more about self and what it represents in different contests.&lt;/p&gt;</description>
      <pubDate>Fri, 21 Dec 2007 09:28:06 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:54:182:2057</guid>
      <author>Skyblaze</author>
      <link>http://forums.pragprog.com/forums/54/topics/182</link>
    </item>
    <item>
      <title>Missing &amp;amp;: posted by Thomas Quas @ Mon, 17 Dec 2007 10:43:53 -0000</title>
      <description>&lt;p&gt;Howdy,&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;m missing an explanation of the wonderful &amp;#38;:. How about &amp;#8216;line_items.to_a.sum(&amp;#38;:full_price)&amp;#8217;?&lt;/p&gt;</description>
      <pubDate>Mon, 17 Dec 2007 10:43:53 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:54:177:2038</guid>
      <author>Thomas Quas</author>
      <link>http://forums.pragprog.com/forums/54/topics/177</link>
    </item>
    <item>
      <title>Index for PickAxe3? posted by Mike Mondragon @ Sat, 15 Dec 2007 08:49:44 -0000</title>
      <description>&lt;p&gt;Did the index at the back of PickAxe3 &lt;span class="caps"&gt;PDF&lt;/span&gt; get thrown out?  If so, it needs to come back, that&amp;#8217;s the best feature of PickAxe2 &lt;span class="caps"&gt;PDF&lt;/span&gt;.  And the &lt;span class="caps"&gt;PDF&lt;/span&gt; menu/navigation of the index needs to expand alphabetically as it does in the Agile book.&lt;/p&gt;</description>
      <pubDate>Sat, 15 Dec 2007 08:49:44 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:54:174:2033</guid>
      <author>Mike Mondragon</author>
      <link>http://forums.pragprog.com/forums/54/topics/174</link>
    </item>
  </channel>
</rss>
