From af7bfbafdadec6d71fc5d89e5a3232fc757803e1 Mon Sep 17 00:00:00 2001 From: bogdanRada Date: Thu, 19 Dec 2013 10:07:06 +0200 Subject: [PATCH] relax WashOut dependency --- lib/washout_builder.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/washout_builder.rb b/lib/washout_builder.rb index ce3cf08..49af1c8 100644 --- a/lib/washout_builder.rb +++ b/lib/washout_builder.rb @@ -83,7 +83,7 @@ def self.parse_builder_def(soap_config, definition) WashOut::Param.new(soap_config, name, opt) end end - end + end end