Flowdock
each_address(name, &block) public

No documentation

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

Hide source
# File lib/resolv.rb, line 211
  def self.each_address(name, &block)
    DefaultResolver.each_address(name, &block)
  end
Register or log in to add new notes.