9 Feb
2011
9 Feb
'11
2:01 p.m.
Quick test: $ ruby -e 'open("|pbcopy", "w") { |io| io << "test #{rand}" }; puts(`pbpaste`)' test 0.8639874244022235 $ macruby -e 'open("|pbcopy", "w") { |io| io << "test #{rand}" }; puts(`pbpaste`)' -e:1:in `<main>': not opened for writing (IOError) Why the error with MacRuby?
5386
Age (days ago)
5386
Last active (days ago)
0 comments
1 participants
participants (1)
-
Caio Chassot