René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback
 

File.open [Ruby]

file = File.open('C:\temp\file_open_1.rb')

file.each {|line| puts "line is: " + line}