class Ekylibre::MultiTenancy::Testing::MockApartment
Public Instance Methods
switch(*, **) { || ... }
click to toggle source
# File lib/ekylibre/multi_tenancy/testing/mock_apartment.rb, line 7 def switch(*, **) yield if block_given? end
switch!(*, **)
click to toggle source
# File lib/ekylibre/multi_tenancy/testing/mock_apartment.rb, line 11 def switch!(*, **) end