en30's blog
April 12, 2017
ruby
Mac OS Xでrubyのreplからclip boardに
[1] pry(main) > IO.popen('pbcopy', 'w') {|io| io.write 'something' }