Ruby input & output – I/O operations in Ruby

Ruby and Rails Blog  > how-to >  Ruby input & output – I/O operations in Ruby
0 Comments

In this part of the Ruby tutorial we workwith input & output in Ruby. Input is any data that is read by the program,output is data that is produced by the program.

Source: Ruby input & output – I/O operations in Ruby