class Sus::Receive::WithArguments

def call(assertions, subject)

def call(assertions, subject)
	assertions.nested(self) do |assertions|
		Expect.new(assertions, subject).to(@predicate)
	end
end