Sha256: bfc5607cc6ef38ffcd911cb5ca37adef43e6afedcbb156335e1888f58063cbf8
Contents?: true
Size: 184 Bytes
Versions: 41
Compression:
Stored size: 184 Bytes
Contents
command = 'sw_vers' output = '' IO.popen(command) do |io| while io.gets() output << $_ end end p output #p output2 << system "sw_vers" input = File.read('hoge.txt') p input
Version data entries
41 entries across 41 versions & 1 rubygems