Class: Aidp::Harness::ErrorHandler::Sleeper
- Inherits:
-
Object
- Object
- Aidp::Harness::ErrorHandler::Sleeper
- Defined in:
- lib/aidp/harness/error_handler.rb
Overview
Simple wrapper to allow dependency injection of sleep behavior in tests
Instance Method Summary collapse
Instance Method Details
#sleep(seconds) ⇒ Object
16 17 18 |
# File 'lib/aidp/harness/error_handler.rb', line 16 def sleep(seconds) Kernel.sleep(seconds) end |