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

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

foo_upper_case.RB @upstream/latestraw · history · blame

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