class MultiTkIp_OK
exception to treat the return value from IP
Attributes
Public Class Methods
Source
# File lib/multi-tk.rb, line 50 def initialize(ret=nil) super('succeed') @return_value = ret end
Calls superclass method
Source
# File lib/multi-tk.rb, line 46 def self.send(thread, ret=nil) thread.raise self.new(ret) end