Codebase list ohcount / debian/latest test / detect_files / foo_upper_case.RB
debian/latest

Tree @debian/latest (Download .tar.gz)

foo_upper_case.RB @debian/latestraw · history · blame

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