#!/usr/bin/env ruby # This code comes from http://ruby-it.org/pages/Domain+Specific+Language # Check the page for copyright notice and explanations class Recipe has_one :name has_many :ingredients end