Skip to content

Commit

Permalink
Rubocop: Lint/SendWithMixinArgument (#1047)
Browse files Browse the repository at this point in the history
Same as 0ac691a, credits to @BobbyMcWho
  • Loading branch information
olleolleolle authored and iMacTia committed Oct 7, 2019
1 parent dcae077 commit 6c7bf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faraday/adapter/em_http_ssl_patch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ def certificate_store
end
end

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

0 comments on commit 6c7bf77

Please sign in to comment.