celluloid / dcell

UNMAINTAINED: See celluloid/celluloid#779 - Actor-based distributed objects in Ruby based on Celluloid and 0MQ
http://celluloid.io
MIT License
595 stars 65 forks source link

move alias method below method definition to fix undef method error #72

Closed jasonayre closed 9 years ago

jasonayre commented 10 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.

niamster commented 9 years ago

correct fix is in master