Codebase list ohcount / scrub-obsolete/main test / detect_files / foo_upper_case.RB
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

foo_upper_case.RB @scrub-obsolete/mainraw · history · blame

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