class DL::TempFunction

Public Instance Methods

bind_at_call(&block) click to toggle source
# File ext/dl/lib/dl/func.rb, line 211
def bind_at_call(&block)
  bind(&block)
end
unbind_at_call() click to toggle source
# File ext/dl/lib/dl/func.rb, line 215
def unbind_at_call()
  unbind()
end