# File lib/pry-remote-em/client.rb, line 184 def receive_auth(a) return fail a if a.is_a?(String) return authenticate if a == false @authenticated = true if a == true end