97 我想在插入字符串后添加新行。 我当前的代码如下所示: File.open(filename, 'a') do |file| file.write @string end 插入字符串后如何添加新行? ruby — never_had_a_name source