Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

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 211
def bind_at_call(&block)
  bind(&block)
end
            
unbind_at_call() click to toggle source
 
               # File dl/lib/dl/func.rb, line 215
def unbind_at_call()
  unbind()
end