Skip to content

Instantly share code, notes, and snippets.

@edipofederle
Created October 26, 2021 17:24
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 edipofederle/6db4c057cd15ec720b0d697f0476a929 to your computer and use it in GitHub Desktop.
Save edipofederle/6db4c057cd15ec720b0d697f0476a929 to your computer and use it in GitHub Desktop.
p1 = IO.popen("LESS", "w") { |f|
f.puts "Line 1"
f.puts "Line 2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment