1
0
Fork 0
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:
Andy Brody 2016-05-15 23:20:42 -04:00
parent 6e09ea687f
commit 9000896ed7

View file

@ -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.