Avoid using bang bang

This commit is contained in:
Lin Jen-Shin 2016-06-15 16:15:49 +08:00
parent 72184c16ab
commit 4c09871450

View file

@ -14,7 +14,7 @@ module Gitlab
end
def can_handle?
!!authentication_token
!authentication_token.nil?
end
def execute