Skip to content

Instantly share code, notes, and snippets.

@ka2n
Last active February 23, 2017 03:13
Show Gist options
  • Save ka2n/d69977c73e8f31ab9c321d8704ab1ed7 to your computer and use it in GitHub Desktop.
Save ka2n/d69977c73e8f31ab9c321d8704ab1ed7 to your computer and use it in GitHub Desktop.
pbpaste from IRB
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