method
bind_at_call
v1_9_3_125 -
Show latest stable
- Class:
DL::TempFunction
bind_at_call(&block)public
No documentation available.
# File ext/dl/lib/dl/func.rb, line 147
def bind_at_call(&block)
bind(&block)
end bind_at_call(&block)No documentation available.
# File ext/dl/lib/dl/func.rb, line 147
def bind_at_call(&block)
bind(&block)
end