ios = IO.new( 1, "w" )ios.puts "IO, IO, it's off to the computer lab I go."ios.fileno # => 1ios.to_i # => 1$stdout.fileno # => 1