以下のメソッドの戻り値は何ですか? ```ruby def process_data puts "処理開始" result = 100 * 2 puts "処理完了" end ```