mirror of
https://github.com/lostisland/faraday.git
synced 2025-11-28 00:03:35 -05:00
Pass on the include_private parameter in Faraday.respond_to?
This commit is contained in:
parent
4f0e5455d5
commit
2ed4908308
@ -93,7 +93,7 @@ module Faraday
|
||||
alias require_lib require_libs
|
||||
|
||||
def respond_to?(symbol, include_private = false)
|
||||
default_connection.respond_to?(symbol) || super
|
||||
default_connection.respond_to?(symbol, include_private) || super
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user