File.open("example.txt", "w") do |file| file.puts "این یک خط نمونه است." file.puts "پردازش فایلها در Ruby ساده است." end