task :default => :walk_the_path task :walk_the_path do ruby 'path_to_enlightenment.rb' end