DL::TempFunction

Public Instance Methods

bind_at_call(&block) click to toggle source
                
# File dl/lib/dl/func.rb, line 147
def bind_at_call(&block)
  bind(&block)
end
unbind_at_call() click to toggle source
                
# File dl/lib/dl/func.rb, line 151
def unbind_at_call()
  unbind()
end
blog comments powered by Disqus