when_at_novarug_meeting do |attendee|
  attendee.eat :pizza
  attendee.drink :mountain_dew
  attendee.observe_and_be_awed_by :rich_kilmer =>
"Ruby and the Art of DSLs"
  attendee.be_entertained_by_coding_and_singing_of :devin_mullins =>
"Plug-ins as DSLs (to the tune of Hello Mudda, Hello Fadda"
  attendee.get_books_signed_by :chad_fowler =>
{ "Rails Recipes",
"My Job Went to India and All I Got Was This Lousy Book" }
end
assert 36, attendees.count