Skip to content

Instantly share code, notes, and snippets.

@piotrze
Created March 20, 2017 10:31
Show Gist options
  • Save piotrze/3917204f01bc2d0967bc04f7079357d7 to your computer and use it in GitHub Desktop.
Save piotrze/3917204f01bc2d0967bc04f7079357d7 to your computer and use it in GitHub Desktop.
Save puts into file
some_method_or_expression
File.open('/tmp/puts.txt','a') { |s| s.puts _ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment