Module: RSpec::Memory::Matchers

Defined in:
lib/rspec/memory/matchers/limit_allocations.rb

Defined Under Namespace

Classes: LimitAllocations

Instance Method Summary collapse

Instance Method Details

#limit_allocations(*args) ⇒ Object



108
109
110
# File 'lib/rspec/memory/matchers/limit_allocations.rb', line 108

def limit_allocations(*args)
	LimitAllocations.new(*args)
end