method

sender_for

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: MDNSOneShot
sender_for(addr, msg) 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 887
        def sender_for(addr, msg)
          lazy_initialize
          @senders[msg.id]
        end
Register or log in to add new notes.