Class DL::TempFunction
In: dl/lib/dl/func.rb
Parent: Function

Methods

Public Instance methods

[Source]

# File dl/lib/dl/func.rb, line 101
    def bind_at_call(&block)
      bind(&block)
    end

[Source]

# File dl/lib/dl/func.rb, line 105
    def unbind_at_call()
      unbind()
    end

[Validate]