Tagged Questions

3
votes
2answers
132 views

is_a? and dRuby objects

I'm working with dRuby and basicly I'm calling a remote method that returns me an object. In the clientside I have this code: handle_error(response) if response.is_a?(Error) where response is the ...