~singpolyma/sgx-jmp

9327cfa610241695095b3ab2af77a2cf0355ac1f — Stephen Paul Weber 2 years ago b89aead
create_call takes an argument
1 files changed, 1 insertions(+), 1 deletions(-)

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

	class None < CustomerFwd
		def create_call; end
		def create_call(*); end

		def to; end
	end