Monkeypatch Fiber to include a method for obtaining the current Actor
19 20 21
# File 'lib/revactor/actor.rb', line 19 def _actor @_actor ||= Actor.new end