<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.lang.ruby Google Group</title>
  <link>http://groups.google.com/group/comp.lang.ruby</link>
  <description>The Ruby dynamic OO programming language.</description>
  <language>en</language>
  <item>
  <title>Re: Using Nokogiri</title>
  <link>http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/923db4577e5ffbfb/f0895e9bbb1dbfb1?show_docid=f0895e9bbb1dbfb1</link>
  <description>
  I was wondering if you could answer some xpath questions? I would think &lt;br&gt; that in this xpath: &lt;br&gt; div[@class=&amp;quot;sectionHeaderText&amp;quot; ]/following-sibling::text()[2] &lt;br&gt; the part: &lt;br&gt; div[@class=&amp;quot;sectionHeaderText&amp;quot; ]/following-sibling &lt;br&gt; would be the &amp;lt;b&amp;gt; tag. Then: &lt;br&gt; div[@class=&amp;quot;sectionHeaderText&amp;quot; ]/following-sibling::text()
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/923db4577e5ffbfb/f0895e9bbb1dbfb1?show_docid=f0895e9bbb1dbfb1</guid>
  <author>
  bbxx789_0...@yahoo.com
  (7stud --)
  </author>
  <pubDate>Mon, 09 Nov 2009 05:37:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: Ruby doesn&#39;t implement x++ for Fixnum&#39;s because ???</title>
  <link>http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/c07525fb34aacd18/3c75f6995ceeec3a?show_docid=3c75f6995ceeec3a</link>
  <description>
  [Note: parts of this message were removed to make it a legal post.] &lt;br&gt; You will find the answer to these edge cases varies. Fortunately they are &lt;br&gt; edge cases... &lt;br&gt; Really? &lt;br&gt; As someone intimately familiar with the expression/statement barrier, I &lt;br&gt; really don&#39;t see the issue... &lt;br&gt; Ruby is a pure expression-based language (and I see you acknowledge that
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/c07525fb34aacd18/3c75f6995ceeec3a?show_docid=3c75f6995ceeec3a</guid>
  <author>
  t...@medioh.com
  (Tony Arcieri)
  </author>
  <pubDate>Mon, 09 Nov 2009 05:15:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: Ruby doesn&#39;t implement x++ for Fixnum&#39;s because ???</title>
  <link>http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/c07525fb34aacd18/d3211b4f839bd481?show_docid=d3211b4f839bd481</link>
  <description>
  The only sane answer is to do what C does, as far as parsing. But the &lt;br&gt; deeper problem in ruby is what do pre- and post- really mean? In C there &lt;br&gt; are expressions and there are other constructs, so we can define natural &lt;br&gt; boundaries for pre and post in terms of expressions. In ruby we have &lt;br&gt; mostly expressions. So the hard questions are &amp;quot;before what?&amp;quot; and &amp;quot;after
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/c07525fb34aacd18/d3211b4f839bd481?show_docid=d3211b4f839bd481</guid>
  <author>
  vj...@path.berkeley.edu
  (Joel VanderWerf)
  </author>
  <pubDate>Mon, 09 Nov 2009 04:54:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: FileString - request for comments</title>
  <link>http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/e95d89325fcbb27b/b6b4a927e70c6741?show_docid=b6b4a927e70c6741</link>
  <description>
  What would the advantage over mmap[1] be? FileString is pure ruby &lt;br&gt; (right?) and hence more portable, but probably mmap is much more &lt;br&gt; efficient? Any other tradeoffs? &lt;br&gt; [1] &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://moulon.inra.fr/ruby/mmap.html;&quot;&gt;[link]&lt;/a&gt; looks like this project of Guy &lt;br&gt; Decoux&#39;s has been recently adopted by knu: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/knu/ruby-mmap&quot;&gt;[link]&lt;/a&gt;.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/e95d89325fcbb27b/b6b4a927e70c6741?show_docid=b6b4a927e70c6741</guid>
  <author>
  vj...@path.berkeley.edu
  (Joel VanderWerf)
  </author>
  <pubDate>Mon, 09 Nov 2009 04:05:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: Ruby doesn&#39;t implement x++ for Fixnum&#39;s because ???</title>
  <link>http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/c07525fb34aacd18/3f829e5f6bcb065e?show_docid=3f829e5f6bcb065e</link>
  <description>
  [Note: parts of this message were removed to make it a legal post.] &lt;br&gt; Assuredly it would require changes to the parser, as &amp;quot;++&amp;quot; presently &lt;br&gt; lexes/parses as &amp;quot;plus (unary+ value)&amp;quot;, and that&#39;s not to mention how it &lt;br&gt; parses in method definitions. The resulting operation is equivalent to &lt;br&gt; binary +, unless you&#39;re using something like
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/c07525fb34aacd18/3f829e5f6bcb065e?show_docid=3f829e5f6bcb065e</guid>
  <author>
  t...@medioh.com
  (Tony Arcieri)
  </author>
  <pubDate>Mon, 09 Nov 2009 04:00:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: Ruby doesn&#39;t implement x++ for Fixnum&#39;s because ???</title>
  <link>http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/c07525fb34aacd18/5cf3c1cfca360177?show_docid=5cf3c1cfca360177</link>
  <description>
  [Note: parts of this message were removed to make it a legal post.] &lt;br&gt; My bad, it will serve as a reminder to double check my work before posting
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/c07525fb34aacd18/5cf3c1cfca360177?show_docid=5cf3c1cfca360177</guid>
  <author>
  t...@medioh.com
  (Tony Arcieri)
  </author>
  <pubDate>Mon, 09 Nov 2009 03:51:50 UT
</pubDate>
  </item>
  <item>
  <title>Re: Ruby doesn&#39;t implement x++ for Fixnum&#39;s because ???</title>
  <link>http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/c07525fb34aacd18/899642ef35cbdee4?show_docid=899642ef35cbdee4</link>
  <description>
  If implementing ++ requires changes to the parser, that seems like a &lt;br&gt; pretty technical limitation to me! :) &lt;br&gt; Matter of interpretation? &lt;br&gt; BTW in all your posts on the topic, you don&#39;t seem to address pre- &lt;br&gt; increment vs post-incrememt. (Forgive me if I&#39;m wrong.) If Ruby &lt;br&gt; implemented ++ and didn&#39;t address that, it wouldn&#39;t be C or C++
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/c07525fb34aacd18/899642ef35cbdee4?show_docid=899642ef35cbdee4</guid>
  <author>
  gsincl...@gmail.com
  (Gavin Sinclair)
  </author>
  <pubDate>Mon, 09 Nov 2009 03:48:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can Ruby print out time difference (duration) readily?</title>
  <link>http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/2b8ed3c1b05ede70/a4e6c7e26013b1be?show_docid=a4e6c7e26013b1be</link>
  <description>
  This old thread discusses a similar topic. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/e51d23dadacc03fa&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Note that durations expressed in any unit greater than weeks (months, &lt;br&gt; years, etc.) are going to give you problems.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/2b8ed3c1b05ede70/a4e6c7e26013b1be?show_docid=a4e6c7e26013b1be</guid>
  <author>
  phr...@mac.com
  (Phrogz)
  </author>
  <pubDate>Mon, 09 Nov 2009 03:46:43 UT
</pubDate>
  </item>
  <item>
  <title>Send free sms to your friends from any number in the world</title>
  <link>http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/ddd66ca0808719fc/3c4796a2bdad1cd3?show_docid=3c4796a2bdad1cd3</link>
  <description>
  If you want to send sms from there own name or from there own number &lt;br&gt; just visit &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.aboutvoipsms.blogspot.com&quot;&gt;[link]&lt;/a&gt; you can also learn &lt;br&gt; about voip free calls and other use full tips.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/ddd66ca0808719fc/3c4796a2bdad1cd3?show_docid=3c4796a2bdad1cd3</guid>
  <author>
  ahbangash2...@gmail.com
  (ohfind)
  </author>
  <pubDate>Mon, 09 Nov 2009 03:38:50 UT
</pubDate>
  </item>
  <item>
  <title>Re: FileString - request for comments</title>
  <link>http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/e95d89325fcbb27b/9ae4a708bb16202d?show_docid=9ae4a708bb16202d</link>
  <description>
  Interesting choice to use a String. I used Tie::File a couple of &lt;br&gt; times in Perl code. It works as an Array instead: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://search.cpan.org/~mjd/Tie-File-0.96/lib/Tie/File.pm&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; James Edward Gray II
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/e95d89325fcbb27b/9ae4a708bb16202d?show_docid=9ae4a708bb16202d</guid>
  <author>
  ja...@graysoftinc.com
  (James Edward Gray II)
  </author>
  <pubDate>Mon, 09 Nov 2009 03:37:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: Ruby doesn&#39;t implement x++ for Fixnum&#39;s because ???</title>
  <link>http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/c07525fb34aacd18/04466001276f89b9?show_docid=04466001276f89b9</link>
  <description>
  Dude, you just about gave me a heart attack. Phewsh - sanity is &lt;br&gt; restored.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/c07525fb34aacd18/04466001276f89b9?show_docid=04466001276f89b9</guid>
  <author>
  phr...@mac.com
  (Phrogz)
  </author>
  <pubDate>Mon, 09 Nov 2009 03:37:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: Ruby doesn&#39;t implement x++ for Fixnum&#39;s because ???</title>
  <link>http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/c07525fb34aacd18/62237f9941f3a8dd?show_docid=62237f9941f3a8dd</link>
  <description>
  [Note: parts of this message were removed to make it a legal post.] &lt;br&gt; I still find this most appropriate: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://bit.ly/w8WZA&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/c07525fb34aacd18/62237f9941f3a8dd?show_docid=62237f9941f3a8dd</guid>
  <author>
  t...@medioh.com
  (Tony Arcieri)
  </author>
  <pubDate>Mon, 09 Nov 2009 03:11:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: Ruby doesn&#39;t implement x++ for Fixnum&#39;s because ???</title>
  <link>http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/c07525fb34aacd18/afb69554ce0c2672?show_docid=afb69554ce0c2672</link>
  <description>
  [Note: parts of this message were removed to make it a legal post.] &lt;br&gt; I read and responded to them. Was there something about my responses you &lt;br&gt; didn&#39;t like, aside from my initial confusion with a dangling method from a &lt;br&gt; previously defined class? :)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/c07525fb34aacd18/afb69554ce0c2672?show_docid=afb69554ce0c2672</guid>
  <author>
  t...@medioh.com
  (Tony Arcieri)
  </author>
  <pubDate>Mon, 09 Nov 2009 02:40:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: Using Nokogiri</title>
  <link>http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/923db4577e5ffbfb/0413cb195aecb33d?show_docid=0413cb195aecb33d</link>
  <description>
  This should get what you want: &lt;br&gt; prefix = &#39;//div[@class=&amp;quot;sectionHeaderTe xt&amp;quot;]/following-sibling::&#39; &lt;br&gt; xpaths = { &lt;br&gt; :name =&amp;gt; &amp;quot;#{prefix}b/text()&amp;quot;, &lt;br&gt; :addr =&amp;gt; &amp;quot;#{prefix}text()[2]&amp;quot;, &lt;br&gt; :citystzip =&amp;gt; &amp;quot;#{prefix}text()[3]&amp;quot;, &lt;br&gt; :country =&amp;gt; &amp;quot;#{prefix}text()[4]&amp;quot;, &lt;br&gt; :phone =&amp;gt; &amp;quot;#{prefix}text()[5]&amp;quot;, &lt;br&gt; xpaths.each do |data,xpath|
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/923db4577e5ffbfb/0413cb195aecb33d?show_docid=0413cb195aecb33d</guid>
  <author>
  m...@thomaszone.com
  (Mark Thomas)
  </author>
  <pubDate>Mon, 09 Nov 2009 02:19:34 UT
</pubDate>
  </item>
  <item>
  <title>FileString - request for comments</title>
  <link>http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/e95d89325fcbb27b/85e56a4ce0c9ab6b?show_docid=85e56a4ce0c9ab6b</link>
  <description>
  Hi there &lt;br&gt; I just put FileString on github: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/apeiros/filestring&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; FileString is a class that wraps a path on the filesystem (a file) and provides an exact copy of the String API. This means you can code as if you had a String and your file on the disk gets manipulated just &amp;quot;magically&amp;quot;. &lt;br&gt; The library is very young (just a bit more than 24h), so please use with care.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/e95d89325fcbb27b/85e56a4ce0c9ab6b?show_docid=85e56a4ce0c9ab6b</guid>
  <author>
  apei...@gmx.net
  </author>
  <pubDate>Mon, 09 Nov 2009 01:47:20 UT
</pubDate>
  </item>
  </channel>
</rss>
