method

bind_at_call

v1_9_3_392 - Show latest stable - Class: DL::Function
bind_at_call(&block)
public

No documentation available.

# File ext/dl/lib/dl/func.rb, line 196
    def bind_at_call(&block)
      bind(&block)
    end