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

ARGF [Ruby]

# call with ruby argf_1.rb
ARGF.each do | line |
  puts line
end