Initial Revision
[ohcount] / test / detect_files / foo.rb
1 # a ruby script
2 File.open("blah") do |io|
3   a = io.read
4 end