Module: Async::RSpec::Memory
- Defined in:
- lib/async/rspec/memory.rb
Defined Under Namespace
Classes: Allocation, LimitAllocations, Trace
Instance Method Summary collapse
Instance Method Details
#limit_allocations(allocations) ⇒ Object
138 139 140 |
# File 'lib/async/rspec/memory.rb', line 138 def limit_allocations(allocations) LimitAllocations.new(allocations) end |