In Files

  • dl/lib/dl/func.rb

DL::TempFunction

Public Instance Methods

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