Last active
February 23, 2017 03:13
-
-
Save ka2n/d69977c73e8f31ab9c321d8704ab1ed7 to your computer and use it in GitHub Desktop.
pbpaste from IRB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IO.popen("pbcopy", "r+") { |io| io.puts("Hey"); io.close_write; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment