def greeting puts "hello world" yield puts "HELLO WORLD"end greeting { puts "Hello World" }
Standard input is empty
hello world Hello World HELLO WORLD
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!