<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/ruby-talk-google</id>
  <title type="text">ruby-talk-google Google Group</title>
  <subtitle type="text">
  This is a mirror list of the offical ruby-talk mailing list. It serves as a alternative to the mail&lt;-&gt;news gateway (comp.lang.ruby). It exists to provide access to the mailing list via the convenience of Google Groups web-based client.
  </subtitle>
  <link href="/group/ruby-talk-google/feed/atom_v1_0_msgs.xml" rel="self" title="ruby-talk-google feed"/>
  <updated>2009-11-24T01:58:09Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Eric Hodel</name>
  <email>drbr...@segment7.net</email>
  </author>
  <updated>2009-11-24T01:58:09Z</updated>
  <id>http://groups.google.com/group/ruby-talk-google/browse_thread/thread/636c9023e01dbcec/ecf244877a0e6535?show_docid=ecf244877a0e6535</id>
  <link href="http://groups.google.com/group/ruby-talk-google/browse_thread/thread/636c9023e01dbcec/ecf244877a0e6535?show_docid=ecf244877a0e6535"/>
  <title type="text">Re: Rubygems 1.3.5 can&#39;t load &#39;rubygems/defaults/operating_sy..&#39;</title>
  <summary type="html" xml:space="preserve">
  It&#39;s a feature of ruby -d &lt;br&gt; $ ruby -de &#39;begin; raise; rescue; end; p :ok&#39; &lt;br&gt; Exception `RuntimeError&#39; at -e:1 - &lt;br&gt; $ ruby -de &#39;begin; require &amp;quot;no such file&amp;quot;; rescue LoadError; end; p :ok&#39; &lt;br&gt; Exception `LoadError&#39; at -e:1 - no such file to load -- no such file &lt;br&gt; it prints for every raised error, even if caught.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Seebs</name>
  <email>usenet-nos...@seebs.net</email>
  </author>
  <updated>2009-11-24T01:45:09Z</updated>
  <id>http://groups.google.com/group/ruby-talk-google/browse_thread/thread/0c9ae56574ec1675/471e060ffc00fcdf?show_docid=471e060ffc00fcdf</id>
  <link href="http://groups.google.com/group/ruby-talk-google/browse_thread/thread/0c9ae56574ec1675/471e060ffc00fcdf?show_docid=471e060ffc00fcdf"/>
  <title type="text">Re: Printing from Ruby</title>
  <summary type="html" xml:space="preserve">
  Thanks! This conveniently aligns with what I&#39;d concluded; looks like &lt;br&gt; PDF::Writer isn&#39;t updated for 1.9, and Prawn looks nice. &lt;br&gt; Although it worries me a bit that I get a ton of warnings running it under &lt;br&gt; 1.9. But they look harmless. &lt;br&gt; -s
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Masover</name>
  <email>ni...@slaphack.com</email>
  </author>
  <updated>2009-11-24T01:31:47Z</updated>
  <id>http://groups.google.com/group/ruby-talk-google/browse_thread/thread/c707c1a081f73a62/8ad08b4280cb3dfe?show_docid=8ad08b4280cb3dfe</id>
  <link href="http://groups.google.com/group/ruby-talk-google/browse_thread/thread/c707c1a081f73a62/8ad08b4280cb3dfe?show_docid=8ad08b4280cb3dfe"/>
  <title type="text">Re: What is __FILE__ and $0? (newbie question)</title>
  <summary type="html" xml:space="preserve">
  I&#39;m not sure that would always work... &lt;br&gt; $0 is probably named after the same variable in the shell -- it tells you how &lt;br&gt; the current program was executed. &lt;br&gt; __FILE__ is the name of the current file, wherever it&#39;s accessed. &lt;br&gt; It seems that what they&#39;re trying to do is only run the main loop when your &lt;br&gt; program is run as a program, and not when it&#39;s used as a library. That is, if
  </summary>
  </entry>
  <entry>
  <author>
  <name>Omar Campos</name>
  <email>hypermeis...@yahoo.com</email>
  </author>
  <updated>2009-11-24T01:18:12Z</updated>
  <id>http://groups.google.com/group/ruby-talk-google/browse_thread/thread/c707c1a081f73a62/d36d3ef6169bd7c4?show_docid=d36d3ef6169bd7c4</id>
  <link href="http://groups.google.com/group/ruby-talk-google/browse_thread/thread/c707c1a081f73a62/d36d3ef6169bd7c4?show_docid=d36d3ef6169bd7c4"/>
  <title type="text">What is __FILE__ and $0? (newbie question)</title>
  <summary type="html" xml:space="preserve">
  Hello everyone, &lt;br&gt; I am new to Ruby, learning the basics, and the basics of FXRuby (I &lt;br&gt; know this is not the FXRuby forum, but I think this question pertains &lt;br&gt; Ruby per se). I&#39;ve noticed the &amp;quot;recommended&amp;quot; way of creating the main &lt;br&gt; app loop goes like this: &lt;br&gt; if __FILE__ == $0 &lt;br&gt; #main loop code &lt;br&gt; end &lt;br&gt; I&#39;ve already done some GUI apps, and had no need of these wierd
  </summary>
  </entry>
  <entry>
  <author>
  <name>Eric Roscher</name>
  <email>roschere...@gmail.com</email>
  </author>
  <updated>2009-11-24T01:07:06Z</updated>
  <id>http://groups.google.com/group/ruby-talk-google/browse_thread/thread/636c9023e01dbcec/17193f545c0c4cbd?show_docid=17193f545c0c4cbd</id>
  <link href="http://groups.google.com/group/ruby-talk-google/browse_thread/thread/636c9023e01dbcec/17193f545c0c4cbd?show_docid=17193f545c0c4cbd"/>
  <title type="text">Re: Rubygems 1.3.5 can&#39;t load &#39;rubygems/defaults/operating_sy..&#39;</title>
  <summary type="html" xml:space="preserve">
  I also tryied to uninstall and instal rubygems by hand and didn&#39;t work &lt;br&gt; (sorry my english) &lt;br&gt; Thanks, &lt;br&gt; Eric
  </summary>
  </entry>
  <entry>
  <author>
  <name>keesbriggs</name>
  <email>kees.bri...@gmail.com</email>
  </author>
  <updated>2009-11-24T01:05:06Z</updated>
  <id>http://groups.google.com/group/ruby-talk-google/browse_thread/thread/d1753a3b71d8d27f/35a9a86e35d3672d?show_docid=35a9a86e35d3672d</id>
  <link href="http://groups.google.com/group/ruby-talk-google/browse_thread/thread/d1753a3b71d8d27f/35a9a86e35d3672d?show_docid=35a9a86e35d3672d"/>
  <title type="text">Re: ruby gem update issue in macos 10.5.7</title>
  <summary type="html" xml:space="preserve">
  I am getting the same error as Junmin, when trying to add &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://gemcutter.org/yaml&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; I get same 403 error as with RubyForge. Any ideas here? &lt;br&gt; -Kees Briggs
  </summary>
  </entry>
  <entry>
  <author>
  <name>Eric Roscher</name>
  <email>roschere...@gmail.com</email>
  </author>
  <updated>2009-11-24T00:55:36Z</updated>
  <id>http://groups.google.com/group/ruby-talk-google/browse_thread/thread/636c9023e01dbcec/a43c5106c363fdc0?show_docid=a43c5106c363fdc0</id>
  <link href="http://groups.google.com/group/ruby-talk-google/browse_thread/thread/636c9023e01dbcec/a43c5106c363fdc0?show_docid=a43c5106c363fdc0"/>
  <title type="text">Rubygems 1.3.5 can&#39;t load &#39;rubygems/defaults/operating_sy..&#39;</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; I had troubles using net-ssh gem and when debugged my script it raised &lt;br&gt; the following: &lt;br&gt; $ruby -dw sshtry.rb &lt;br&gt; Exception `LoadError&#39; at /usr/lib/ruby/1.8/rubygems.rb: 1113 - no such &lt;br&gt; file to load -- rubygems/defaults/operating_sy stem &lt;br&gt; Exception `NoMethodError&#39; at /usr/lib/ruby/1.8/rational.rb: 78 - &lt;br&gt; undefined method `gcd&#39; for Rational(1, 2):Rational
  </summary>
  </entry>
  <entry>
  <author>
  <name>Julian Leviston</name>
  <email>jul...@coretech.net.au</email>
  </author>
  <updated>2009-11-24T00:52:55Z</updated>
  <id>http://groups.google.com/group/ruby-talk-google/browse_thread/thread/0c9ae56574ec1675/b080e6cad4a952d4?show_docid=b080e6cad4a952d4</id>
  <link href="http://groups.google.com/group/ruby-talk-google/browse_thread/thread/0c9ae56574ec1675/b080e6cad4a952d4?show_docid=b080e6cad4a952d4"/>
  <title type="text">Re: Printing from Ruby</title>
  <summary type="html" xml:space="preserve">
  Maybe prince? &lt;br&gt; Blog: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://random8.zenunit.com/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Twitter: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://twitter.com/random8r&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Learn: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://sensei.zenunit.com/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; New video up now at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://sensei.zenunit.com/&quot;&gt;[link]&lt;/a&gt; real fastcgi rails &lt;br&gt; deploy process! Check it out now!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Denis Haskin</name>
  <email>de...@haskinferguson.net</email>
  </author>
  <updated>2009-11-24T00:47:36Z</updated>
  <id>http://groups.google.com/group/ruby-talk-google/browse_thread/thread/0c9ae56574ec1675/4804277050094991?show_docid=4804277050094991</id>
  <link href="http://groups.google.com/group/ruby-talk-google/browse_thread/thread/0c9ae56574ec1675/4804277050094991?show_docid=4804277050094991"/>
  <title type="text">Re: Printing from Ruby</title>
  <summary type="html" xml:space="preserve">
  Sounds like a job for prawn: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://prawn.majesticseacreature.com/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; We used it for something very similar, and it was superb. &lt;br&gt; dwh
  </summary>
  </entry>
  <entry>
  <author>
  <name>Seebs</name>
  <email>usenet-nos...@seebs.net</email>
  </author>
  <updated>2009-11-24T00:35:17Z</updated>
  <id>http://groups.google.com/group/ruby-talk-google/browse_thread/thread/0c9ae56574ec1675/2664dfe1fa609176?show_docid=2664dfe1fa609176</id>
  <link href="http://groups.google.com/group/ruby-talk-google/browse_thread/thread/0c9ae56574ec1675/2664dfe1fa609176?show_docid=2664dfe1fa609176"/>
  <title type="text">Printing from Ruby</title>
  <summary type="html" xml:space="preserve">
  Long story short: I wanted to make pretty-printed stuff. I have, after &lt;br&gt; several hours, gotten something that can produce acceptable output by &lt;br&gt; rendering as HTML, which I then run through Firefox -- with five mostly &lt;br&gt; undocumented about:config changes and an elaborate printing procedure. &lt;br&gt; That sucks. &lt;br&gt; I am looking for the ability to do things that are frankly not much beyond
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mikel Lindsaar</name>
  <email>raasd...@gmail.com</email>
  </author>
  <updated>2009-11-24T00:31:08Z</updated>
  <id>http://groups.google.com/group/ruby-talk-google/browse_thread/thread/64002fcda10d414d/32b6526abae86d3c?show_docid=32b6526abae86d3c</id>
  <link href="http://groups.google.com/group/ruby-talk-google/browse_thread/thread/64002fcda10d414d/32b6526abae86d3c?show_docid=32b6526abae86d3c"/>
  <title type="text">[ANN] mail Gem version 1.3.0</title>
  <summary type="html" xml:space="preserve">
  So, mail Gem version 1.3.0 has been released. &lt;br&gt; The upgrades have been mainly in getting ActionMailer to work with Mail &lt;br&gt; instead of TMail. &lt;br&gt; This really put Mail through it&#39;s paces and I found a lot of little edge &lt;br&gt; case bugs to fix. &lt;br&gt; The good news is that ActionMailer now runs with Mail with all tests passing
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ryan Davis</name>
  <email>ryand-r...@zenspider.com</email>
  </author>
  <updated>2009-11-24T00:27:37Z</updated>
  <id>http://groups.google.com/group/ruby-talk-google/browse_thread/thread/a10059dc34b9dd33/a19fcec804ea01c7?show_docid=a19fcec804ea01c7</id>
  <link href="http://groups.google.com/group/ruby-talk-google/browse_thread/thread/a10059dc34b9dd33/a19fcec804ea01c7?show_docid=a19fcec804ea01c7"/>
  <title type="text">Re: RubyGems current load paths</title>
  <summary type="html" xml:space="preserve">
  Gem.find_files(glob)
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Barnette</name>
  <email>jbarne...@gmail.com</email>
  </author>
  <updated>2009-11-24T00:26:46Z</updated>
  <id>http://groups.google.com/group/ruby-talk-google/browse_thread/thread/a10059dc34b9dd33/8c739c6637c9865e?show_docid=8c739c6637c9865e</id>
  <link href="http://groups.google.com/group/ruby-talk-google/browse_thread/thread/a10059dc34b9dd33/8c739c6637c9865e?show_docid=8c739c6637c9865e"/>
  <title type="text">Re: RubyGems current load paths</title>
  <summary type="html" xml:space="preserve">
  Have you looked at Gem.find_files? It was written to solve this problem. &lt;br&gt; ~ j.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Intransition</name>
  <email>transf...@gmail.com</email>
  </author>
  <updated>2009-11-24T00:09:42Z</updated>
  <id>http://groups.google.com/group/ruby-talk-google/browse_thread/thread/a10059dc34b9dd33/31fbea0802dfce67?show_docid=31fbea0802dfce67</id>
  <link href="http://groups.google.com/group/ruby-talk-google/browse_thread/thread/a10059dc34b9dd33/31fbea0802dfce67?show_docid=31fbea0802dfce67"/>
  <title type="text">Re: RubyGems current load paths</title>
  <summary type="html" xml:space="preserve">
  I&#39;m doing a little meta-programming in this case -- I&#39;ve created a &lt;br&gt; function to find &amp;quot;plugins&amp;quot;. So I need to search through the $LOAD_PATH &lt;br&gt; and Gems. But I&#39;m all ears if there is another way to do it. Here&#39;s &lt;br&gt; the code: &lt;br&gt; # = Plugin Handler &lt;br&gt; # &lt;br&gt; # Find plugins across various library managers. &lt;br&gt; # &lt;br&gt; module Plugin
  </summary>
  </entry>
  <entry>
  <author>
  <name>Evan Senter</name>
  <email>evansen...@gmail.com</email>
  </author>
  <updated>2009-11-24T00:05:35Z</updated>
  <id>http://groups.google.com/group/ruby-talk-google/browse_thread/thread/3161b5e09978708c/99609ac884b248c9?show_docid=99609ac884b248c9</id>
  <link href="http://groups.google.com/group/ruby-talk-google/browse_thread/thread/3161b5e09978708c/99609ac884b248c9?show_docid=99609ac884b248c9"/>
  <title type="text">Re: How to alias_method_chain initialize from a mixin.</title>
  <summary type="html" xml:space="preserve">
  I explored your idea of using inheritance a bit further, and though it&#39;s &lt;br&gt; not entirely transparent to the consuming class (super has to be called) &lt;br&gt; it is a clean implementation, and would look something like this: &lt;br&gt; class A &lt;br&gt; def initialize(&amp;amp;block) &lt;br&gt; @_original_self = block.binding.eval(&amp;quot;self&amp;quot;) &lt;br&gt; instance_eval(&amp;amp;block) if block_given?
  </summary>
  </entry>
</feed>
