Sha256: d44c9367463f71664a32479b2442c67fae8bea9666a6e0e0951871ae72f31559
Contents?: true
Size: 259 Bytes
Versions: 7
Compression:
Stored size: 259 Bytes
Contents
def strToArray(input_string) file_id = File.new('hello.nila','w') file_id.write(input_string) file_id.close() line_by_line_contents = read_file_line_by_line('hello.nila') File.delete(file_id) return line_by_line_contents end
Version data entries
7 entries across 7 versions & 1 rubygems