Class: Fiber
- Inherits:
-
Object
- Object
- Fiber
- Defined in:
- lib/revactor/actor.rb
Overview
Monkeypatch Fiber to include a method for obtaining the current Actor
Instance Method Summary collapse
Instance Method Details
#_actor ⇒ Object
19 20 21 |
# File 'lib/revactor/actor.rb', line 19 def _actor @_actor ||= Actor.new end |