Flowdock
method

protocol_param

Importance_0
protocol_param(name, val) private

No documentation

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

Hide source
# File lib/net/protocol.rb, line 28
    def Protocol.protocol_param(name, val)
      module_eval("def \#{name}\n\#{val}\nend\n", __FILE__, __LINE__ + 1)
    end
Register or log in to add new notes.