about summary refs log tree commit diff stats
path: root/data/maps/the_entry/rooms/Least Blue Last.txtpb
blob: 0f198b7407ced3d2a328f00664373e6b2e8c4f6e (plain) (blame)
1
2
generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-10-06 05:23:40 +0000
 


an>content.strip.gsub(/\n/," ")]
    end
  end
end

CSV.open("dialogue.csv", "w") do |csv|
  result.each do |line|
    csv << line
  end
end