Closed tmaier closed 10 years ago
Yes, in the beginning I thought about checking for the class Page, but then I reminded myself about duck typing. In the end it does not matter if the object is really a Page class. As long as it has this three methods we can use it.
But I can also replace it with a check for the class Page
Depends on #22 and #23
This is my proposal for
#add_to_queue
, see #15