method
respond_to?
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
respond_to?(msg_id, priv=false)
public
Hide source
# File lib/drb/drb.rb, line 1067 def respond_to?(msg_id, priv=false) case msg_id when :_dump true when :marshal_dump false else method_missing(:respond_to?, msg_id, priv) end end