Class: FakeThread

Inherits:
Object show all
Defined in:
lib/rwd/thread.rb

Instance Method Summary collapse

Constructor Details

#initialize(*args) {|args| ... } ⇒ FakeThread

Returns a new instance of FakeThread.

Yields:

  • (args)


5
6
7
# File 'lib/rwd/thread.rb', line 5

def initialize(*args)
  yield(*args)
end

Instance Method Details

#joinObject



9
10
# File 'lib/rwd/thread.rb', line 9

def join
end