Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@AlexEzzeddine
Last active July 30, 2019 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexEzzeddine/75caa12df3ac0af6c8246fc4f175f1de to your computer and use it in GitHub Desktop.
Save AlexEzzeddine/75caa12df3ac0af6c8246fc4f175f1de to your computer and use it in GitHub Desktop.
JRuby flush issue
f = File.new('/tmp/test.log', 'a+')
$stdout.reopen f
10.times do
puts "hello"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment