Skip to content

Instantly share code, notes, and snippets.

@nicholasjhenry
Created September 26, 2013 23:11
Show Gist options
  • Select an option

  • Save nicholasjhenry/6721892 to your computer and use it in GitHub Desktop.

Select an option

Save nicholasjhenry/6721892 to your computer and use it in GitHub Desktop.
Pipe to pbcopy
open(“| pbcopy”, “w”) { |clipboard| clipboard.write array.inspect }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment