Codebase list ohcount / 3c3c2f4 test / detect_files / foo_upper_case.RB
3c3c2f4

Tree @3c3c2f4 (Download .tar.gz)

foo_upper_case.RB @3c3c2f4raw · history · blame

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