OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount] / test / detect_files / foo.rb
1 # a ruby script
2 File.open("blah") do |io|
3   a = io.read
4 end