method

bind_at_call

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

No documentation available.

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