Codebase list ohcount / bullseye-backports/main test / detect_files / java_emac.rb
bullseye-backports/main

Tree @bullseye-backports/main (Download .tar.gz)

java_emac.rb @bullseye-backports/mainraw · history · blame

1
2
3
4
5
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
# a ruby script
File.open("blah") do |io|
  a = io.read
end