require 'tempfile'f = Tempfile.new 'test'puts f.pathf.write 'hello, world'f.rewindputs f.readf.closef.unlink
Standard input is empty
/tmp/pYSklP/test20150214-16413-o4bg9f hello, world
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!