Source: show | on GitHub
# File ../ruby/ext/dl/lib/dl/func.rb, line 208 def bind_at_call(&block) bind(&block) end
# File ../ruby/ext/dl/lib/dl/func.rb, line 212 def unbind_at_call() unbind() end