Skip to content

Commit

Permalink
Rubocop: Lint/SendWithMixinArgument (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyMcWho authored and olleolleolle committed Oct 1, 2019
1 parent 115cb0c commit 5111b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faraday/adapter/em_http_ssl_patch.rb
Expand Up @@ -59,4 +59,4 @@ def certificate_store
end
end

EventMachine::HttpStubConnection.send(:include, EmHttpSslPatch)
EventMachine::HttpStubConnection.include(EmHttpSslPatch)

0 comments on commit 5111b84

Please sign in to comment.