Closed jasonayre closed 9 years ago
Fixes #56
Moved alias_method below the method being aliased to fix NameError: undefined method 'respond_to?' for class 'Celluloid::ActorProxy'
If you run the examples without this fix you will see the above error.
correct fix is in master
Fixes #56
Moved alias_method below the method being aliased to fix NameError: undefined method 'respond_to?' for class 'Celluloid::ActorProxy'
If you run the examples without this fix you will see the above error.