This document summarizes a presentation about the future of the Rake gem and domain-specific languages (DSLs) in Ruby. The presentation discusses: 1. How Rake works as a Make-like program implemented in Ruby syntax with tasks and dependencies. Rake files use standard Ruby syntax. 2. Examples of common patterns for building internal DSLs in Ruby using class/module methods, method definition, implic