Parent

Methods

Class/Module Index [+]

Quicksearch

MultiTkIp_OK

exceptiopn to treat the return value from IP

Attributes

return_value[R]
value[R]

Public Class Methods

new(ret=nil) click to toggle source
                
# File tk/lib/multi-tk.rb, line 49
def initialize(ret=nil)
  super('succeed')
  @return_value = ret
end
send(thread, ret=nil) click to toggle source
                
# File tk/lib/multi-tk.rb, line 45
def self.send(thread, ret=nil)
  thread.raise self.new(ret)
end
blog comments powered by Disqus