Codebase list ohcount / fresh-snapshots/main test / detect_files / foo.rb
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

foo.rb @fresh-snapshots/mainraw · history · blame

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