This commit is contained in:
Rikuoh Tsujitani 2024-07-11 22:03:57 +09:00
parent 17fded3633
commit 9d33db0136
Signed by: riq0h
GPG key ID: 010F09DEA298C717

2
wc.rb
View file

@ -51,5 +51,5 @@ if input_sources.size > 1
total_result << total_words if options[:words] total_result << total_words if options[:words]
total_result << total_bytes if options[:bytes] total_result << total_bytes if options[:bytes]
puts "#{total_result.join(' ')} total" puts "#{total_result.join(' ')} 合計"
end end