can you not just do:

case e
when EventOne
  puts 'One'
when EventTwo
  puts 'Two'
else
  puts "Unknown event type #{e.type}"
end

....as the proxy will return true to being of the type EventOne (or
EventTwo)

hth - Rupert

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to