Does anyone have any working examples of EM::Iterator? The only examples I can find seem to be copies of (or point back to):
http://yardoc.org/docs/eventmachine-eventmachine/EventMachine/Iterator
I don't see any instances of EM::Iterator in EventMachine's Rdoc, so I'm not sure if it's an old class that has been removed or not. I generally get the following error when I try to use EM::Iterator:
NameError: uninitialized constant EventMachine::Iterator
Thanks!