create_call takes an argument

Stephen Paul Weber created

Change summary

lib/customer_fwd.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

lib/customer_fwd.rb 🔗

@@ -88,7 +88,7 @@ class CustomerFwd
 	end
 
 	class None < CustomerFwd
-		def create_call; end
+		def create_call(*); end
 
 		def to; end
 	end