Codebase list ohcount / lintian-fixes/main test / detect_files / foo.rb
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

foo.rb @lintian-fixes/mainraw · history · blame

1
2
3
4
# a ruby script
File.open("blah") do |io|
  a = io.read
end