Class: Swig::Worker
- Inherits:
-
Object
- Object
- Swig::Worker
- Defined in:
- lib/swig/worker.rb
Instance Method Summary collapse
-
#initialize(options) ⇒ Worker
constructor
A new instance of Worker.
Constructor Details
#initialize(options) ⇒ Worker
Returns a new instance of Worker.
3 4 5 |
# File 'lib/swig/worker.rb', line 3 def initialize() @options = end |