method
allow_socket?
allow_socket?(soc)
public
Hide source
# File lib/drb/acl.rb, line 92 def allow_socket?(soc) allow_addr?(soc.peeraddr) end