#You cannot use upper case in functions in Ruby. If you do, ruby considers it as a constant. def ThisActsAsAConstant puts "This works, only if it shows that where you execute you ruby script" end