Converting a Ruby block interface to start/stop methods with a Fiber
SMRTR summary
Use a Fiber to bridge block-scoped APIs into start/stop methods—simpler than Thread/Queue concurrency and elegant enough for patching RSpec's `around_suite`, as seen in playwright-ruby-client's Capybara docs.
SMRTR provides this summary for quick context. The original article belongs to lobste.rs.
Read the original article