Flowdock
method

set_valid_ip

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: WEBrickServlet
set_valid_ip(*ip_addr) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/xmlrpc/server.rb, line 721
  def set_valid_ip(*ip_addr)
    if ip_addr.size == 1 and ip_addr[0].nil?
      @valid_ip = nil
    else
      @valid_ip = ip_addr
    end
  end
Register or log in to add new notes.