Speaking the Lingo

Rake Today

task :build => [:checkout_code, :compile, :test] do
  puts "Build Complete"
end

Is Rake a DSL?