class PrayRemote::ThreadWrapper
Public Class Methods
new(o)
click to toggle source
# File lib/pray-remote/pray-remote.rb, line 86 def initialize(o) @thread = o end
Public Instance Methods
nil?()
click to toggle source
# File lib/pray-remote/pray-remote.rb, line 94 def nil? @thread.nil? end
run()
click to toggle source
# File lib/pray-remote/pray-remote.rb, line 90 def run ThreadWrapper.new(@thread.run) end