I'm writing a small app to do poker simulations. I read a lot of blogs in which the author shows off his cool DSL. I decided I want to be able to specify a poker hand in my app like hand "my_hand" do players 10 chips 1000 end my_hand.foo How can I do something like that? Pat