Flowdock
method

local_hook

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: SOAP::Property
local_hook(key, direct) protected

No documentation

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

Hide source
# File lib/soap/property.rb, line 211
  def local_hook(key, direct)
    hooks = []
    (@self_hook + (@hook[key] || NO_HOOK)).each do |hook, cascade|
      hooks << hook if direct or cascade
    end
    hooks
  end
Register or log in to add new notes.