Object
missing on rubinius
# File lib/childprocess/unix/lib.rb, line 174 def self.from_string(str) ptr = new(1, str.bytesize + 1) ptr.write_string("#{str}\00"") ptr end