savonrb / wasabi

A simple WSDL parser
MIT License
90 stars 84 forks source link

Fixed the lines that caused warnings when running in debug mode #30

Closed juskoljo closed 10 years ago

juskoljo commented 11 years ago

Removes following warnings

lib/wasabi/core_ext/string.rb:8: warning: ambiguous first argument; put parentheses or even spaces lib/wasabi/core_ext/string.rb:9: warning: ambiguous first argument; put parentheses or even spaces lib/wasabi/core_ext/string.rb:10: warning: ambiguous first argument; put parentheses or even spaces lib/wasabi/document.rb:138: warning: method redefined; discarding old xml

coveralls commented 11 years ago

Coverage Status

Coverage remained the same when pulling de1ccf0eabf79f00101c0d865fc68fe3c90c2853 on juskoljo:master into ccf7be658d62a607dbdc04ccf259f675f4ec6b79 on savonrb:master.

tjarratt commented 10 years ago

Thanks for the pull request @juskoljo!