Class: Async::Container::Forked::Instance
- Inherits:
-
Object
- Object
- Async::Container::Forked::Instance
- Defined in:
- lib/async/container/forked.rb
Instance Method Summary collapse
-
#initialize ⇒ Instance
constructor
A new instance of Instance.
- #name=(value) ⇒ Object
Constructor Details
#initialize ⇒ Instance
Returns a new instance of Instance.
30 31 |
# File 'lib/async/container/forked.rb', line 30 def initialize end |
Instance Method Details
#name=(value) ⇒ Object
33 34 35 |
# File 'lib/async/container/forked.rb', line 33 def name= value Process.setproctitle(value) end |