alternate classes may be returned by accept/tryaccept
commit911f6ab306aff1e24c9c570eeae33923fa1b99d9
authorEric Wong <e@yhbt.net>
Wed, 29 Sep 2010 01:04:51 +0000 (28 18:04 -0700)
committerEric Wong <e@yhbt.net>
Wed, 29 Sep 2010 01:12:54 +0000 (28 18:12 -0700)
tree2b7732d29982e5641d192cd74d219583fadb5534
parent526b4bd48a20a34ef5959fdc4aa580d5f9199652
alternate classes may be returned by accept/tryaccept

These can be useful for avoiding wrapper objects and
also allows users to more easily try different things
without stepping on others' toe^H^H^Hclasses.
ext/kgio/kgio_ext.c
test/test_accept_class.rb [new file with mode: 0644]