Class: HotCell::Fixtures::Silent
- Defined in:
- lib/hot_cell/test_operations.rb
Overview
Returns without writing anything, which is how a full tmpfs arrives too.
Constant Summary
Constants inherited from Operation
Instance Method Summary collapse
Methods inherited from Operation
abstract_operation, abstract_operation?, before_fork, before_worker_boot, inherited, limits, operation, operation_name, #run_tool, unreadable
Instance Method Details
#perform(_inputs, _outputs) ⇒ Object
199 200 201 |
# File 'lib/hot_cell/test_operations.rb', line 199 def perform(_inputs, _outputs) {} end |