mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Get rid of !! since it's not really adding value.
This commit is contained in:
parent
6e09ea687f
commit
9000896ed7
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ module RestClient
|
|||
# @return [Boolean]
|
||||
#
|
||||
def self.proxy_set?
|
||||
!!(@proxy_set ||= false)
|
||||
@proxy_set ||= false
|
||||
end
|
||||
|
||||
# Setup the log for RestClient calls.
|
||||
|
|
Loading…
Reference in a new issue