#!/usr/bin/env ruby # This code comes from http://ruby-it.org/pages/REPL # Check the page for copyright notice and explanations >> def foo >> puts "ciao" >> end => nil >> foo ciao => nil >>