From 24ea2b29600f6c2e2a7180eb58b5256f961b7c3f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 10 Aug 2020 22:21:50 +0000 Subject: doc: document Fiber.current It's always been supported (since it's just an eval), but make it explicit. We'll also drop the Actor.current example since both Rubinius and Revactor seem dead and Ractor (Guild) is probably coming... --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index c90dd1a..cdb8fba 100644 --- a/README +++ b/README @@ -89,7 +89,7 @@ that receives a "<<" method: * $ip - X-Forwarded-For request header if available, $remote_addr if not * $pid - process ID of the current process * $e{Thread.current} - Thread processing the request -* $e{Actor.current} - Actor processing the request (Revactor or Rubinius) +* $e{Fiber.current} - Fiber processing the request * $env{variable_name} - any Rack environment variable (e.g. rack.url_scheme) == REQUIREMENTS -- cgit v1.2.3-24-ge0c7