#!/usr/bin/env ruby # This code comes from http://ruby-it.org/pages/Cooking+Test # Check the page for copyright notice and explanations def cook thing "Cooking a #{thing} from the Web" end