#!/usr/local/bin/ruby def hi puts "Hello" end if __FILE__ == $0 hi hi() end