Codebase list ohcount / upstream/latest test / detect_files / foo.rb
upstream/latest

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

foo.rb @upstream/latestraw · history · blame

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