Rubyで標準入力

- software 2024 2024-09 9月27日

曇りのち雨

Rubyで標準入力

Perlにはダイヤモンド演算子があるが、Rubyでも


while (input = gets) do
  print input
end

と書けば、 cat.rb foocat.rb < foocat foo|cat.rbもOKなのであった。