Modified: MacRuby/trunk/lib/pp.rb (4476 => 4477)
--- MacRuby/trunk/lib/pp.rb 2010-08-28 01:08:34 UTC (rev 4476)
+++ MacRuby/trunk/lib/pp.rb 2010-08-30 20:52:28 UTC (rev 4477)
@@ -399,7 +399,7 @@
class File
class Stat
def pretty_print(q)
- require 'etc.so'
+ require 'etc'
q.object_group(self) {
q.breakable
q.text sprintf("dev=0x%x", self.dev); q.comma_breakable
Modified: MacRuby/trunk/lib/tmpdir.rb (4476 => 4477)
--- MacRuby/trunk/lib/tmpdir.rb 2010-08-28 01:08:34 UTC (rev 4476)
+++ MacRuby/trunk/lib/tmpdir.rb 2010-08-30 20:52:28 UTC (rev 4477)
@@ -6,7 +6,7 @@
require 'fileutils'
begin
- require 'etc.so'
+ require 'etc'
rescue LoadError
end