~singpolyma/sgx-jmp

63805c4b2f3fdb76786c85ae343e245545c9aeb9 — Stephen Paul Weber 1 year, 3 months ago 23200e5
Sanity check that uri is possibly valid
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/customer_fwd.rb
M lib/customer_fwd.rb => lib/customer_fwd.rb +1 -1
@@ 40,7 40,7 @@ class CustomerFwd
	end

	value_semantics do
		uri Either(String, NilClass)
		uri Either(/:/, NilClass)
		def_attr :timeout, Timeout, coerce: Timeout.method(:new)
	end