From: MAwiniarski Date: 2008-07-08T03:06:38+09:00 Subject: File.open initialization error Greetings, I want to create new file using: f = File.new('filename', 'r+') I've got following output: file.rb:lineNo:in 'initialize' file.rb:lineNo:in 'open' Looks like File.new (before using open method) couldn't initialize. Totally don't know what to do with it. I've got ruby installed properly, and everything works fine apart from File class 8-* THX for help