Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はルビーと靴を使って何人かの生徒のためのテストを作成しています。ボタンをクリックして、テキストボックス内の回答をテキストファイル形式でデスクトップに送信する方法を知りたいです。ありがとう。
File.open('path/to/desktop/answers.txt', 'w') do |file| file.write('answers') end