From: Yehuda Katz Date: 2009-08-21T03:54:45+09:00 Subject: [ruby-core:25002] [Bug #1970] Pathname#to_str doesn't appear to work anymore Bug #1970: Pathname#to_str doesn't appear to work anymore http://redmine.ruby-lang.org/issues/show/1970 Author: Yehuda Katz Status: Open, Priority: High Category: lib ruby -v: ruby 1.9.1p129 (2009-05-12 revision 23412) [i386-darwin10.0.0b1] It seems as though Pathname#to_str was removed in 1.9. Was this intentional? It breaks all usage of Pathname in cases like: Dir[@pathname]. ---------------------------------------- http://redmine.ruby-lang.org