# File lib/warden/proxy.rb, line 113 def authenticate?(*args) result = !!authenticate(*args) yield if result && block_given? result end