Skip to content

Instantly share code, notes, and snippets.

@outoftime
Created March 24, 2014 18:30
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 outoftime/9746206 to your computer and use it in GitHub Desktop.
Save outoftime/9746206 to your computer and use it in GitHub Desktop.
class Object
def clip
string = to_s
IO.popen('pbcopy', 'w') { |io| io << string }
string
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment